aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-02-16 22:18:27 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-02-16 22:18:27 +0000
commitc636a3b4964631be50d9304ae0cc1d64b269ba5a (patch)
tree1d9c1130187b46c659f38c95f869ba704abc4505 /Cargo.toml
parentAdd CHANGELOG entry for updated mime_guess (diff)
downloadminiserve-0.19.1.tar.gz
miniserve-0.19.1.zip
(cargo-release) version 0.19.1v0.19.1
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 855825d..5251d85 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.19.0"
+version = "0.19.1"
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"