diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-07-21 22:28:42 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-07-21 22:28:42 +0000 |
commit | c3a88e76f307b59af04e3c0d6e45ace01c038d01 (patch) | |
tree | 22f51aacd07a91fd16543765b700b9b0d2fbe19e /Cargo.toml | |
parent | Remove badges from Cargo.toml as they're being deprecated by crates.io (diff) | |
download | miniserve-0.8.0.tar.gz miniserve-0.8.0.zip |
(cargo-release) version 0.8.0v0.8.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.7.0" +version = "0.8.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" |