aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-03-20 22:37:34 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-03-20 22:37:34 +0000
commit31b2ba47e7bbd98ca6e47a6babbb026e2eea87e9 (patch)
treef27642e4b4704a920a0d381b824abdf93c749dab /Cargo.toml
parent(cargo-release) version 0.12.0 (diff)
downloadminiserve-31b2ba47e7bbd98ca6e47a6babbb026e2eea87e9.tar.gz
miniserve-31b2ba47e7bbd98ca6e47a6babbb026e2eea87e9.zip
(cargo-release) start next development iteration 0.12.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 0cbe285..956ede4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.12.0"
+version = "0.12.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"