aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-03-28 21:17:00 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-03-28 21:17:00 +0000
commit4719779182d6dcec2f3134436b57a9f0832a4a20 (patch)
tree0ac3e04463be6d94522b0c0c604c5c9f8cbb2862 /Cargo.toml
parent(cargo-release) version 0.13.0 (diff)
downloadminiserve-4719779182d6dcec2f3134436b57a9f0832a4a20.tar.gz
miniserve-4719779182d6dcec2f3134436b57a9f0832a4a20.zip
(cargo-release) start next development iteration 0.13.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 f2e54bc..1a5f83e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.13.0"
+version = "0.13.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"