diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-04-17 13:37:30 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-04-17 13:37:30 +0000 |
commit | dd82aea21d0ae2df3d2603108fbb448028d02e75 (patch) | |
tree | 0db6f7816d0e7e055cfd0155b11aa41f45749358 /Cargo.toml | |
parent | CHANGELOG entry for EC keys (diff) | |
download | miniserve-0.23.1.tar.gz miniserve-0.23.1.zip |
chore: Release miniserve version 0.23.1v0.23.1
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.23.0" +version = "0.23.1" 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" |