aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-06-24 03:58:40 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2019-06-24 03:58:40 +0000
commit537b8a9e9a9e5bbd50201bc101107e0d118c53b7 (patch)
tree598c1debc9b1b8472bd82b4962d697006577bd8a /Cargo.toml
parentBump Cargo.lock file (diff)
downloadminiserve-537b8a9e9a9e5bbd50201bc101107e0d118c53b7.tar.gz
miniserve-537b8a9e9a9e5bbd50201bc101107e0d118c53b7.zip
This is 0.5.0
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 2bc4670..c380ddd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.4.1"
+version = "0.5.0"
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"