diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-04-15 03:20:51 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-04-15 03:20:51 +0000 |
commit | 5b94f2bc3bedfeaa464298bf6667a5e3a6d8ec09 (patch) | |
tree | 58375f42481c49eacf9426b60a1d0b3d26dd1429 /Cargo.toml | |
parent | Merge pull request #66 from boastful-squirrel/fix63 (diff) | |
download | miniserve-0.4.1.tar.gz miniserve-0.4.1.zip |
This is 0.4.1v0.4.1
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.4.0" +version = "0.4.1" 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" |