aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-03-31 23:55:20 +0000
committerFuwn <[email protected]>2023-03-31 23:55:20 +0000
commitb4138de0d753eba7d11bb41e45edd42c4784c7c4 (patch)
tree3358e7db7f4287bcc7bc2e8deeb22e94bfeaffae /Cargo.toml
parentfix(cargo): response-macros feature flag (diff)
downloadwindmark-0.2.5.tar.xz
windmark-0.2.5.zip
feat(router): expose response to post-route callbackv0.2.5
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 1d32896..4cf6dc1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "windmark"
-version = "0.2.4"
+version = "0.2.5"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "An elegant and highly performant async Gemini server framework"