aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-11-09 00:52:41 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2020-11-09 00:52:41 +0000
commitf26c62021a51886c51f0090c34f0f3c59729f82c (patch)
treebb93b78c5596dccad1aa155a9178e4f6b5aec26e /Cargo.toml
parentAdd CHANGELOG entry for publish workflow fix (diff)
downloadminiserve-0.10.2.tar.gz
miniserve-0.10.2.zip
(cargo-release) version 0.10.2v0.10.2
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 315eba6..b969a6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.10.2-alpha.0"
+version = "0.10.2"
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"