aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-07-21 22:28:42 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2020-07-21 22:28:42 +0000
commitc3a88e76f307b59af04e3c0d6e45ace01c038d01 (patch)
tree22f51aacd07a91fd16543765b700b9b0d2fbe19e /Cargo.toml
parentRemove badges from Cargo.toml as they're being deprecated by crates.io (diff)
downloadminiserve-6c0aa472c7a938a633063a68fdc10a633ebd2bbb.tar.gz
miniserve-6c0aa472c7a938a633063a68fdc10a633ebd2bbb.zip
(cargo-release) version 0.8.0v0.8.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 aff98a8..19b1ef0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.7.0"
+version = "0.8.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"