aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-05-14 23:49:05 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2020-05-14 23:49:05 +0000
commit1cd898efbe54aaea5cad1c57d984cbe64ace8295 (patch)
tree02be4e581b03451e448f0c6318cc56c9b19e03b7 /Cargo.toml
parentFix arg formatting (diff)
downloadminiserve-1cd898efbe54aaea5cad1c57d984cbe64ace8295.tar.gz
miniserve-1cd898efbe54aaea5cad1c57d984cbe64ace8295.zip
This is 0.7.0v0.7.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 c1a39b6..3b8e48b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.6.0"
+version = "0.7.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"