aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-09-12 02:13:16 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-09-12 02:13:16 +0000
commit8876500f3caa42b21771576367bf5426782da104 (patch)
tree188cfbab3115e022e109019029c207cd86edf0c8 /Cargo.toml
parentFix lints (diff)
downloadminiserve-8876500f3caa42b21771576367bf5426782da104.tar.gz
miniserve-8876500f3caa42b21771576367bf5426782da104.zip
Release miniserve version 0.28.0v0.28.0
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1bc2b8a..60cdde9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.27.1"
+version = "0.28.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"