diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-09-20 01:01:36 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-09-20 01:01:36 +0000 |
commit | c661f21cbdc1abfad8f24bdc0c11f3034d158178 (patch) | |
tree | 5aa5eecd65f337063b548317fb34ce6e8823d9bb /Cargo.toml | |
parent | Bump deps (diff) | |
download | miniserve-c661f21cbdc1abfad8f24bdc0c11f3034d158178.tar.gz miniserve-c661f21cbdc1abfad8f24bdc0c11f3034d158178.zip |
(cargo-release) version 0.22.0v0.22.0
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.21.0" +version = "0.22.0" 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" |