aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-03-16 11:33:57 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-03-16 11:33:57 +0000
commitc18eff051dfe855e22c516d489944fd751eb3e1d (patch)
tree1b0baf00545261412c06bc00f85804caf5da3d2d /Cargo.toml
parentFix release.toml syntax (diff)
downloadminiserve-c18eff051dfe855e22c516d489944fd751eb3e1d.tar.gz
miniserve-c18eff051dfe855e22c516d489944fd751eb3e1d.zip
Releasev0.27.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d2155ec..e799fd5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"