aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-07-21 22:29:18 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2020-07-21 22:31:49 +0000
commitb5a3a8a373fd5fb3c4981455d3803154eb495ad8 (patch)
tree0388445245afb2825e9f9b1e748d31df9aeb1be3
parent(cargo-release) version 0.8.0 (diff)
downloadminiserve-b5a3a8a373fd5fb3c4981455d3803154eb495ad8.tar.gz
miniserve-b5a3a8a373fd5fb3c4981455d3803154eb495ad8.zip
(cargo-release) start next development iteration 0.8.1-alpha.0
Diffstat (limited to '')
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b991e1b..a7d0469 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1304,7 +1304,7 @@ dependencies = [
[[package]]
name = "miniserve"
-version = "0.8.0"
+version = "0.8.1-alpha.0"
dependencies = [
"actix-files 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"actix-multipart 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 19b1ef0..0dcf7f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.8.0"
+version = "0.8.1-alpha.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"