aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-10-02 00:55:59 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2020-10-02 00:55:59 +0000
commitb43306ed5262a8f7c552e705b4948941c08e58ab (patch)
tree05a0269ba963fbb02fea5187a23142f2d1e29808 /Cargo.toml
parent(cargo-release) version 0.10.0 (diff)
downloadminiserve-b43306ed5262a8f7c552e705b4948941c08e58ab.tar.gz
miniserve-b43306ed5262a8f7c552e705b4948941c08e58ab.zip
(cargo-release) start next development iteration 0.10.1-alpha.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 2374c4e..e7b88dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.10.0"
+version = "0.10.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"