diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-02-27 23:57:39 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-02-27 23:57:39 +0000 |
commit | 519b917c51f544b6f88089b82bea7dcd3e27d543 (patch) | |
tree | c24536b298bf640f5efdfd058a8859c91552b8d5 | |
parent | Bump lock (diff) | |
download | miniserve-0cc9cb13b9b413528b475bc90dbb2dd5e9519a91.tar.gz miniserve-0cc9cb13b9b413528b475bc90dbb2dd5e9519a91.zip |
This is v0.3.1v0.3.1
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -746,7 +746,7 @@ dependencies = [ [[package]] name = "miniserve" -version = "0.3.0" +version = "0.3.1" dependencies = [ "actix 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 0.7.18 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1,6 +1,6 @@ [package] name = "miniserve" -version = "0.3.0" +version = "0.3.1" 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" |