aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-04-15 03:20:51 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-04-15 03:20:51 +0000
commit5b94f2bc3bedfeaa464298bf6667a5e3a6d8ec09 (patch)
tree58375f42481c49eacf9426b60a1d0b3d26dd1429 /Cargo.toml
parentMerge pull request #66 from boastful-squirrel/fix63 (diff)
downloadminiserve-42514c4221aa88c92825ca275597e4f6eefef19c.tar.gz
miniserve-42514c4221aa88c92825ca275597e4f6eefef19c.zip
This is 0.4.1v0.4.1
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"