diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-03-16 11:05:41 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-03-16 11:05:41 +0000 |
commit | 7c110c17e48c7a768c446f32f06592897718c301 (patch) | |
tree | fbc88800a5c90c064b3ae9a0bc4ea67f27d5da4d /Cargo.toml | |
parent | Update CHANGELOG for #1365 (diff) | |
download | miniserve-0.27.0.tar.gz miniserve-0.27.0.zip |
chore: Release miniserve version 0.27.0v0.27.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.26.0" +version = "0.27.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" |