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:31:49 +0000
commitbb8ea509c255ad92608b301126af99b133a38dbc (patch)
tree2d7f1b4b8d0f1e455c98aa7ad2ad098aa75ab97c /Cargo.toml
parentRemove --better flag as it doesn't actually exist (diff)
downloadminiserve-bb8ea509c255ad92608b301126af99b133a38dbc.tar.gz
miniserve-bb8ea509c255ad92608b301126af99b133a38dbc.zip
(cargo-release) version 0.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"