aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2023-03-01 03:08:11 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2023-03-01 03:08:11 +0000
commitd42145907b831885646ee44ea67fd7f1a9898901 (patch)
tree2220c72c979df8312be0b72273b5868fee31fcc9 /Cargo.toml
parentSplit up wget tests (diff)
downloadminiserve-d42145907b831885646ee44ea67fd7f1a9898901.tar.gz
miniserve-d42145907b831885646ee44ea67fd7f1a9898901.zip
chore: Release miniserve version 0.23.0v0.23.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 75580ec..061d76d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "miniserve"
-version = "0.22.0"
+version = "0.23.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"