aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <external.sven-hendrik.haase@kuehne-nagel.com>2020-09-16 16:09:20 +0000
committerSven-Hendrik Haase <external.sven-hendrik.haase@kuehne-nagel.com>2020-09-16 16:09:20 +0000
commit75ba2cd52995834f64f0c4ad0eb73db78c718984 (patch)
tree7264ea7e2d0037086f8c82695093ac76cb7ad02e /Cargo.toml
parentAdd changelog entry for #373 (diff)
downloadminiserve-ce9927429a35409dbcd8e1fc680ddd5d02fa2ddb.tar.gz
miniserve-ce9927429a35409dbcd8e1fc680ddd5d02fa2ddb.zip
(cargo-release) version 0.9.0v0.9.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 f0da1ac..ca5e254 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.8.1-alpha.0"
+version = "0.9.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"