aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-01-12 16:15:54 +0000
committerFuwn <[email protected]>2026-01-12 16:15:54 +0000
commitfd3a2bc2f30291922666ebe23129bfa6f957d614 (patch)
treeee24579f0a181fd0491040963cc88e06acf36c95 /Cargo.toml
parentrefactor(router): Reduce allocations (diff)
downloadwindmark-fd3a2bc2f30291922666ebe23129bfa6f957d614.tar.xz
windmark-fd3a2bc2f30291922666ebe23129bfa6f957d614.zip
chore: Bump version
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 5845e52..8df8033 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ members = ["rossweisse"]
[package]
name = "windmark"
-version = "0.4.0"
+version = "0.4.1"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "An elegant and highly performant async Gemini server framework"