aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-03-16 11:05:41 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-03-16 11:05:41 +0000
commit7c110c17e48c7a768c446f32f06592897718c301 (patch)
treefbc88800a5c90c064b3ae9a0bc4ea67f27d5da4d /Cargo.toml
parentUpdate CHANGELOG for #1365 (diff)
downloadminiserve-7c110c17e48c7a768c446f32f06592897718c301.tar.gz
miniserve-7c110c17e48c7a768c446f32f06592897718c301.zip
chore: Release miniserve version 0.27.0v0.27.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 01071e1..d2155ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.26.0"
+version = "0.27.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"