diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-03-16 11:33:57 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2024-03-16 11:33:57 +0000 |
commit | c18eff051dfe855e22c516d489944fd751eb3e1d (patch) | |
tree | 1b0baf00545261412c06bc00f85804caf5da3d2d /Cargo.toml | |
parent | Fix release.toml syntax (diff) | |
download | miniserve-e3e47de1f2c586c4d1a7aa1b92da110e245a23b1.tar.gz miniserve-e3e47de1f2c586c4d1a7aa1b92da110e245a23b1.zip |
Releasev0.27.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.27.0" +version = "0.27.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" |