diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-09-04 21:20:42 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-09-04 21:20:42 +0000 |
commit | f8ab19ec70c6c6a773e728788e32e2272bfb2b7a (patch) | |
tree | 61be9c0ffb8e96cd549b8b7d402c85f668b8842f /Cargo.toml | |
parent | Add CHANGELOG entry for upload fix (diff) | |
download | miniserve-0.17.0.tar.gz miniserve-0.17.0.zip |
(cargo-release) version 0.17.0v0.17.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.16.1-alpha.0" +version = "0.17.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" |