diff options
author | boastful-squirrel <boastful.squirrel@gmail.com> | 2019-04-15 16:48:38 +0000 |
---|---|---|
committer | boastful-squirrel <boastful.squirrel@gmail.com> | 2019-04-15 16:48:38 +0000 |
commit | 6d65587e85433a2dd04ff0e6ff9612ad44af6e1c (patch) | |
tree | 32231ff27baa2104c71bc7243864ba09381cc78e /Cargo.toml | |
parent | Fix parse_auth to make it RFC-compliant + updated comments (diff) | |
parent | Revert "Bump actix from 0.7.9 to 0.8.0" (diff) | |
download | miniserve-6d65587e85433a2dd04ff0e6ff9612ad44af6e1c.tar.gz miniserve-6d65587e85433a2dd04ff0e6ff9612ad44af6e1c.zip |
Merge branch 'master' into fix_auth
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" |