aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-09-04 21:20:42 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-09-04 21:20:42 +0000
commitf8ab19ec70c6c6a773e728788e32e2272bfb2b7a (patch)
tree61be9c0ffb8e96cd549b8b7d402c85f668b8842f /Cargo.toml
parentAdd CHANGELOG entry for upload fix (diff)
downloadminiserve-0.17.0.tar.gz
miniserve-0.17.0.zip
(cargo-release) version 0.17.0v0.17.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 db51a4d..cc4f885 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.16.1-alpha.0"
+version = "0.17.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"