aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-03-20 22:35:54 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2021-03-20 22:35:54 +0000
commite43571de98c5cba06b415482a8cbe0bf151ffee8 (patch)
tree4db1ce380612c34ce83d8f22e0294302c1427082 /Cargo.toml
parentAdd CHANGELOG entry for failure->thiserror switch (diff)
downloadminiserve-e43571de98c5cba06b415482a8cbe0bf151ffee8.tar.gz
miniserve-e43571de98c5cba06b415482a8cbe0bf151ffee8.zip
(cargo-release) version 0.12.0v0.12.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 a5b4fcd..0cbe285 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.11.1-alpha.0"
+version = "0.12.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"