aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-03-14 14:21:57 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2020-03-14 14:21:57 +0000
commit1210bf1ac3db73c993e8f83c19e7d4fbdc6d67ad (patch)
treeecd4575c68d1f287b72c3fc2d73e5b224419a8f0 /Cargo.toml
parentFormat everything (diff)
downloadminiserve-386b33e11c3b9c3ff96baa9561d80c71603a8374.tar.gz
miniserve-386b33e11c3b9c3ff96baa9561d80c71603a8374.zip
This is 0.6.0v0.6.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 b2cb27f..4fd4960 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.5.0"
+version = "0.6.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"