aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2023-07-06 08:40:53 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2023-07-06 08:40:53 +0000
commitb92fae4062dc1c2a7b060375ee8ecb90886eeec0 (patch)
treebe1c68673ea4784366685a0c458261f34e304646 /Cargo.toml
parentFix ANSI color codes are printed when not a tty (diff)
downloadminiserve-569728315f626bf7d672e89d9dd2e1cb2bc77abb.tar.gz
miniserve-569728315f626bf7d672e89d9dd2e1cb2bc77abb.zip
chore: Release miniserve version 0.24.0v0.24.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 46776b8..4e5d51e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.23.2"
+version = "0.24.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"