diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-01-13 04:21:15 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-01-13 04:21:15 +0000 |
commit | 1923d2bdc31cd34b8cd807ed1593e39188225a87 (patch) | |
tree | 3dbbbdb027cfde4cdb1d7d31846a211d07644a4c /CHANGELOG.md | |
parent | Refer to Helm chart by @wrenix (fixes #1215) (diff) | |
download | miniserve-1923d2bdc31cd34b8cd807ed1593e39188225a87.tar.gz miniserve-1923d2bdc31cd34b8cd807ed1593e39188225a87.zip |
Use tokio::fs instead of std::fs to enable async file operations (fixes #445)
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6d682..0e25460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate - Properly handle read-only errors on Windows [#1310](https://github.com/svenstaro/miniserve/pull/1310) (thanks @ViRb3) +- Use `tokio::fs` instead of `std::fs` to enable async file operations [#445](https://github.com/svenstaro/miniserve/issues/445) ## [0.25.0] - 2024-01-07 - Add `--pretty-urls` [#1193](https://github.com/svenstaro/miniserve/pull/1193) (thanks @nlopes) |