diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-11-09 01:36:32 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-11-09 01:36:32 +0000 |
commit | b3557ca1afab672cb29d054089f4620e4a247db4 (patch) | |
tree | 4a3d9b4cdd55c4d753b8f6aeeec7e7fc15816542 /Cargo.toml | |
parent | Actually fix publish workflow (diff) | |
download | miniserve-b3557ca1afab672cb29d054089f4620e4a247db4.tar.gz miniserve-b3557ca1afab672cb29d054089f4620e4a247db4.zip |
(cargo-release) version 0.10.3v0.10.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |