aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-05-27 14:54:50 +0000
committerFuwn <[email protected]>2025-05-27 14:55:22 +0000
commite1ee130928b333959538ab1c568813898bdb5aea (patch)
tree6e638f6e5b516fb6245c8cd507c0d711454e8bd1 /Cargo.toml
parentfix(router): Compliant empty path handling (diff)
downloadwindmark-e1ee130928b333959538ab1c568813898bdb5aea.tar.xz
windmark-e1ee130928b333959538ab1c568813898bdb5aea.zip
chore: Bump version patch
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 d6d55b2..195ceab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ members = ["rossweisse"]
[package]
name = "windmark"
-version = "0.3.11"
+version = "0.3.12"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "An elegant and highly performant async Gemini server framework"