diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-06-24 03:58:40 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-06-24 03:58:40 +0000 |
commit | 537b8a9e9a9e5bbd50201bc101107e0d118c53b7 (patch) | |
tree | 598c1debc9b1b8472bd82b4962d697006577bd8a /Cargo.toml | |
parent | Bump Cargo.lock file (diff) | |
download | miniserve-537b8a9e9a9e5bbd50201bc101107e0d118c53b7.tar.gz miniserve-537b8a9e9a9e5bbd50201bc101107e0d118c53b7.zip |
This is 0.5.0
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "miniserve" -version = "0.4.1" +version = "0.5.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" |