aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-01-07 00:56:06 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-01-07 00:56:06 +0000
commitdd438fe996fa1a8f2bcf2ae8bed0cad3323a4611 (patch)
tree4e3204024ffe700183a7e5998d99ee0836d1c7e8 /Cargo.toml
parentAdd CHANGELOG entry for #1294 (diff)
downloadminiserve-dd438fe996fa1a8f2bcf2ae8bed0cad3323a4611.tar.gz
miniserve-dd438fe996fa1a8f2bcf2ae8bed0cad3323a4611.zip
chore: Release miniserve version 0.25.0v0.25.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 d544eea..6284689 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.24.0"
+version = "0.25.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"