diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-05-18 05:09:59 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-05-18 05:09:59 +0000 |
commit | ca2ea52670eca7c116dbcf9423364912a5cd9f3a (patch) | |
tree | 782be8f2ab2b5b6465c30b06ff869c913516445a /Cargo.toml | |
parent | Merge pull request #802 from svenstaro/fix-symlink-following (diff) | |
download | miniserve-ca2ea52670eca7c116dbcf9423364912a5cd9f3a.tar.gz miniserve-ca2ea52670eca7c116dbcf9423364912a5cd9f3a.zip |
(cargo-release) version 0.19.5v0.19.5
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.19.4" +version = "0.19.5" 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" |