diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-01-05 06:34:28 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-01-05 06:34:28 +0000 |
commit | c2efbad21b968da8879a3a2ff3d6443237812346 (patch) | |
tree | 13d25a202aa1899c9986ebb285699b0b0659490d /Cargo.toml | |
parent | miniserve is now in Arch [community] so update instructions (diff) | |
download | miniserve-0.10.4.tar.gz miniserve-0.10.4.zip |
(cargo-release) version 0.10.4v0.10.4
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.4-alpha.0" +version = "0.10.4" 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" |