aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-08-27 03:04:52 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-08-27 03:04:52 +0000
commitf4453b798177fc8d4a8b2918cd48fedff3234ab1 (patch)
treed73c3956cf49889b20f5a2b1c68521a9a6b0ee33 /Cargo.toml
parentMerge pull request #576 from svenstaro/add-rustls-support (diff)
downloadminiserve-0.15.0.tar.gz
miniserve-0.15.0.zip
(cargo-release) version 0.15.0v0.15.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 ba2d606..cb101e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.14.1-alpha.0"
+version = "0.15.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"