aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-11-08 23:31:16 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2020-11-08 23:31:16 +0000
commitdd7d7142eda811870a5a703d19f0e3dbff11a0e6 (patch)
tree62a797b2efac1ed7689fe704b22c31e7f3e109a8 /Cargo.toml
parentNow compiles on stable (diff)
downloadminiserve-dd7d7142eda811870a5a703d19f0e3dbff11a0e6.tar.gz
miniserve-dd7d7142eda811870a5a703d19f0e3dbff11a0e6.zip
(cargo-release) version 0.10.1v0.10.1
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 6ab91a4..942be51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.10.1-alpha.0"
+version = "0.10.1"
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"