aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-02-06 15:27:45 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-02-06 15:27:45 +0000
commitdeccf51216ef0de54d61f938cae9f240c993522e (patch)
treeaf3eadb3a53764b195a86ee45b5188a6659bdde2 /Cargo.toml
parentUpdate README --help output (diff)
downloadminiserve-0.19.0.tar.gz
miniserve-0.19.0.zip
(cargo-release) version 0.19.0v0.19.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 dbfdbe3..6a2c168 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.18.0"
+version = "0.19.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"