aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-09-04 21:21:22 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-09-04 21:21:22 +0000
commit6cfa52c4be591730c5fa8090ab38fb4dbf197ffe (patch)
treec982d2abbcb17de462ca5748ba127aecb9b52b42 /Cargo.toml
parent(cargo-release) version 0.17.0 (diff)
downloadminiserve-6cfa52c4be591730c5fa8090ab38fb4dbf197ffe.tar.gz
miniserve-6cfa52c4be591730c5fa8090ab38fb4dbf197ffe.zip
(cargo-release) start next development iteration 0.17.1-alpha.0
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cc4f885..e946359 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.17.0"
+version = "0.17.1-alpha.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"