aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-03-28 21:16:22 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-03-28 21:16:22 +0000
commitae54ca44f52651e5931641aba1a5074218905c96 (patch)
tree0835a68640a26ecb1724b8f156038ba8b331534c /Cargo.toml
parentAdd README instructions for using shell completions (diff)
downloadminiserve-0.13.0.tar.gz
miniserve-0.13.0.zip
(cargo-release) version 0.13.0v0.13.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 0c685c5..f2e54bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.12.2-alpha.0"
+version = "0.13.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"