diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-05-14 23:49:05 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-05-14 23:49:05 +0000 |
commit | 1cd898efbe54aaea5cad1c57d984cbe64ace8295 (patch) | |
tree | 02be4e581b03451e448f0c6318cc56c9b19e03b7 /Cargo.toml | |
parent | Fix arg formatting (diff) | |
download | miniserve-0.7.0.tar.gz miniserve-0.7.0.zip |
This is 0.7.0v0.7.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.6.0" +version = "0.7.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" |