aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-03-15 19:33:06 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-03-15 19:33:06 +0000
commit7ff1f2a96db4d09428ec5761d58f994d14490b64 (patch)
tree6dfc346401cc02f02b0d73cc300bf32bec33bac4 /Cargo.toml
parentAdd CHANGELOG for #755 (diff)
downloadminiserve-0e61c9cb01ff3a018a0ed18daab8b109f7e9d3d8.tar.gz
miniserve-0e61c9cb01ff3a018a0ed18daab8b109f7e9d3d8.zip
(cargo-release) version 0.19.3v0.19.3
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 97f25ca..790fa07 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.19.2"
+version = "0.19.3"
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"