aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2023-04-28 02:46:14 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2023-04-28 02:46:14 +0000
commitfa5f5aa682a64c441c771e378bf64adb19b921b8 (patch)
treef5df328ea794a26700ad7664e06e475a55e7d866 /Cargo.toml
parentBump deps (diff)
downloadminiserve-0.23.2.tar.gz
miniserve-0.23.2.zip
chore: Release miniserve version 0.23.2v0.23.2
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 999f803..0d97c77 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.23.1"
+version = "0.23.2"
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"