aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-04-18 07:00:05 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-04-18 07:00:05 +0000
commit6024145ea505a2a6dc1a8a46706f732343f1708d (patch)
tree694b175ff41f10e2dce08bc4002ba00d0b3b9f83 /Cargo.toml
parentAdd CHANGELOG entry for resolving symlinks on directory listing (diff)
downloadminiserve-6024145ea505a2a6dc1a8a46706f732343f1708d.tar.gz
miniserve-6024145ea505a2a6dc1a8a46706f732343f1708d.zip
(cargo-release) version 0.14.0v0.14.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 e1ff588..c5c745f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.13.1-alpha.0"
+version = "0.14.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"