diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-04-28 02:46:14 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-04-28 02:46:14 +0000 |
commit | fa5f5aa682a64c441c771e378bf64adb19b921b8 (patch) | |
tree | f5df328ea794a26700ad7664e06e475a55e7d866 /Cargo.toml | |
parent | Bump deps (diff) | |
download | miniserve-fa5f5aa682a64c441c771e378bf64adb19b921b8.tar.gz miniserve-fa5f5aa682a64c441c771e378bf64adb19b921b8.zip |
chore: Release miniserve version 0.23.2v0.23.2
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.1" +version = "0.23.2" 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" |