diff options
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "miniserve" -version = "0.3.1" +version = "0.4.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" @@ -44,4 +44,4 @@ libflate = "0.1.21" failure = "0.1.5" log = "0.4.6" strum = "0.15.0" -strum_macros = "0.15.0"
\ No newline at end of file +strum_macros = "0.15.0" |