aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2025-02-06 06:37:05 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2025-02-06 06:37:05 +0000
commitdfa37fdfcb84bdedf72c72b278ea89592d1b293a (patch)
tree3f691a582c25fff67df639b1fea8972176592e61 /Cargo.toml
parentBump deps (diff)
downloadminiserve-e60cd1fa67ed747088a152d22cd596152abbe989.tar.gz
miniserve-e60cd1fa67ed747088a152d22cd596152abbe989.zip
Release miniserve version 0.29.0v0.29.0
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 b1c0855..167bed9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.28.0"
+version = "0.29.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"