diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-01-07 00:56:06 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-01-07 00:56:06 +0000 |
commit | dd438fe996fa1a8f2bcf2ae8bed0cad3323a4611 (patch) | |
tree | 4e3204024ffe700183a7e5998d99ee0836d1c7e8 /Cargo.toml | |
parent | Add CHANGELOG entry for #1294 (diff) | |
download | miniserve-dd438fe996fa1a8f2bcf2ae8bed0cad3323a4611.tar.gz miniserve-dd438fe996fa1a8f2bcf2ae8bed0cad3323a4611.zip |
chore: Release miniserve version 0.25.0v0.25.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.24.0" +version = "0.25.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" |