diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-04-02 14:43:51 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-04-02 14:43:51 +0000 |
commit | b1e9efff53e54403c59de5862b48cb87e33f81a0 (patch) | |
tree | 6c5a95c75e8f9c694fd6139fefdb3735589b4ed3 /Cargo.toml | |
parent | Bump deps (diff) | |
download | miniserve-b1e9efff53e54403c59de5862b48cb87e33f81a0.tar.gz miniserve-b1e9efff53e54403c59de5862b48cb87e33f81a0.zip |
(cargo-release) version 0.19.4v0.19.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.19.3" +version = "0.19.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" |