diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-10-02 00:55:17 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-10-02 00:55:17 +0000 |
commit | 58da6c2994f0716436be1cc83900bb552ff730c0 (patch) | |
tree | 0b48fb6baac4f3fedc45a528d1c8ae0e803f861c /Cargo.toml | |
parent | Add more detailed release instructions (diff) | |
download | miniserve-0.10.0.tar.gz miniserve-0.10.0.zip |
(cargo-release) version 0.10.0v0.10.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.9.1-alpha.0" +version = "0.10.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" |