diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-09-15 05:43:20 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-09-15 05:43:20 +0000 |
commit | 4a8363f156ff16d1c66706838df73bb6b6aef345 (patch) | |
tree | 1ad5de94b73e6cb0ff9f07933973b3f8a37a111c /Cargo.toml | |
parent | Add CHANGELOG for additional architectures (diff) | |
download | miniserve-0.21.0.tar.gz miniserve-0.21.0.zip |
(cargo-release) version 0.21.0v0.21.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "miniserve" -version = "0.20.0" +version = "0.21.0" description = "For when you really just want to serve some files over HTTP right now!" authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>", "Boastful Squirrel <boastful.squirrel@gmail.com>"] repository = "https://github.com/svenstaro/miniserve" |