aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-02-27 23:57:39 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-02-27 23:57:39 +0000
commit519b917c51f544b6f88089b82bea7dcd3e27d543 (patch)
treec24536b298bf640f5efdfd058a8859c91552b8d5 /Cargo.toml
parentBump lock (diff)
downloadminiserve-0.3.1.tar.gz
miniserve-0.3.1.zip
This is v0.3.1v0.3.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 0ea7eb4..fc5c17e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.3.0"
+version = "0.3.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"