aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-11-09 01:36:32 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2020-11-09 01:36:32 +0000
commitb3557ca1afab672cb29d054089f4620e4a247db4 (patch)
tree4a3d9b4cdd55c4d753b8f6aeeec7e7fc15816542 /Cargo.toml
parentActually fix publish workflow (diff)
downloadminiserve-b3557ca1afab672cb29d054089f4620e4a247db4.tar.gz
miniserve-b3557ca1afab672cb29d054089f4620e4a247db4.zip
(cargo-release) version 0.10.3v0.10.3
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 bad6319..9a12850 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.10.3-alpha.0"
+version = "0.10.3"
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"