aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-10-02 00:55:17 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2020-10-02 00:55:17 +0000
commit58da6c2994f0716436be1cc83900bb552ff730c0 (patch)
tree0b48fb6baac4f3fedc45a528d1c8ae0e803f861c /Cargo.toml
parentAdd more detailed release instructions (diff)
downloadminiserve-58da6c2994f0716436be1cc83900bb552ff730c0.tar.gz
miniserve-58da6c2994f0716436be1cc83900bb552ff730c0.zip
(cargo-release) version 0.10.0v0.10.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 8bd5b92..2374c4e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.9.1-alpha.0"
+version = "0.10.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"