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
commit7b8f1156cea1297f501757f53b4887160fd96782 (patch)
treeee24579f0a181fd0491040963cc88e06acf36c95 /Cargo.toml
parentrefactor(router): Reduce allocations (diff)
downloadwindmark-0.4.1.tar.xz
windmark-0.4.1.zip
chore: Bump versionv0.4.1
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"