aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-01-13 06:30:04 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-01-13 06:30:04 +0000
commit049bb5014ea0655271d5b7b7d84f40eb429e21ac (patch)
treec28bc83b6703ef42db2174162297d84752c22b95 /Cargo.toml
parentAdd CHANGELOG entry for #1308 (diff)
downloadminiserve-0.26.0.tar.gz
miniserve-0.26.0.zip
chore: Release miniserve version 0.26.0v0.26.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 b5e65e3..19fe1ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.25.0"
+version = "0.26.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"