aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorboastful-squirrel <boastful.squirrel@gmail.com>2019-04-15 16:48:38 +0000
committerboastful-squirrel <boastful.squirrel@gmail.com>2019-04-15 16:48:38 +0000
commit6d65587e85433a2dd04ff0e6ff9612ad44af6e1c (patch)
tree32231ff27baa2104c71bc7243864ba09381cc78e /Cargo.toml
parentFix parse_auth to make it RFC-compliant + updated comments (diff)
parentRevert "Bump actix from 0.7.9 to 0.8.0" (diff)
downloadminiserve-6d65587e85433a2dd04ff0e6ff9612ad44af6e1c.tar.gz
miniserve-6d65587e85433a2dd04ff0e6ff9612ad44af6e1c.zip
Merge branch 'master' into fix_auth
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 43a32f9..731927f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"