diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-03-14 14:21:57 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-03-14 14:21:57 +0000 |
commit | 1210bf1ac3db73c993e8f83c19e7d4fbdc6d67ad (patch) | |
tree | ecd4575c68d1f287b72c3fc2d73e5b224419a8f0 /Cargo.toml | |
parent | Format everything (diff) | |
download | miniserve-0.6.0.tar.gz miniserve-0.6.0.zip |
This is 0.6.0v0.6.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.5.0" +version = "0.6.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" |