diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-03-01 03:08:11 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-03-01 03:08:11 +0000 |
commit | d42145907b831885646ee44ea67fd7f1a9898901 (patch) | |
tree | 2220c72c979df8312be0b72273b5868fee31fcc9 /Cargo.toml | |
parent | Split up wget tests (diff) | |
download | miniserve-0.23.0.tar.gz miniserve-0.23.0.zip |
chore: Release miniserve version 0.23.0v0.23.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.22.0" +version = "0.23.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" |