diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-01-11 02:55:13 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-01-11 02:55:13 +0000 |
commit | 0a6698b2c9aef5113d67d41f08b33f3253a5c44d (patch) | |
tree | e9bafd67f2679568c2b333f64e1267059b0d5ca4 /Cargo.toml | |
parent | Bump deps (fixes #23) (diff) | |
download | miniserve-0.2.2.tar.gz miniserve-0.2.2.zip |
This is 0.2.2v0.2.2
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.2.1" +version = "0.2.2" description = "For when you really just want to serve some files over HTTP right now!" authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"] repository = "https://github.com/svenstaro/miniserve" |