aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-06-26 00:14:03 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-06-26 00:14:03 +0000
commit0656e4dbe0c76773f8cfba2fa4b38aca63ba83e8 (patch)
tree30f8f24ae110910d3a67adc70af5d85c710e6e9f /Cargo.toml
parentBump deps (diff)
downloadminiserve-0.20.0.tar.gz
miniserve-0.20.0.zip
(cargo-release) version 0.20.0v0.20.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 f27770d..6c9f8c6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.19.5"
+version = "0.20.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"