aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <external.sven-hendrik.haase@kuehne-nagel.com>2020-09-16 16:10:01 +0000
committerSven-Hendrik Haase <external.sven-hendrik.haase@kuehne-nagel.com>2020-09-16 16:10:01 +0000
commit236a8ef597f65555e1e8d4a66823081cfebf9c36 (patch)
treeea718dd9f1470c7b705853a0753f5be1b1d07e1e /Cargo.toml
parent(cargo-release) version 0.9.0 (diff)
downloadminiserve-236a8ef597f65555e1e8d4a66823081cfebf9c36.tar.gz
miniserve-236a8ef597f65555e1e8d4a66823081cfebf9c36.zip
(cargo-release) start next development iteration 0.9.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 ca5e254..08cb54b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.9.0"
+version = "0.9.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"