aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-11-08 23:31:53 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2020-11-08 23:31:53 +0000
commit6dade6bc05a1284ca2cfc643eb318a15760baafa (patch)
tree1ddc1e78de7286f7b635fa70ad8e56e0fa80ac8e /Cargo.toml
parent(cargo-release) version 0.10.1 (diff)
downloadminiserve-6dade6bc05a1284ca2cfc643eb318a15760baafa.tar.gz
miniserve-6dade6bc05a1284ca2cfc643eb318a15760baafa.zip
(cargo-release) start next development iteration 0.10.2-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 942be51..315eba6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.10.1"
+version = "0.10.2-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"