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
commit687f3778f2fed2fe4aba8027c215ce91c54648ed (patch)
tree3358e7db7f4287bcc7bc2e8deeb22e94bfeaffae /Cargo.toml
parentfix(cargo): response-macros feature flag (diff)
downloadwindmark-687f3778f2fed2fe4aba8027c215ce91c54648ed.tar.xz
windmark-687f3778f2fed2fe4aba8027c215ce91c54648ed.zip
feat(router): expose response to post-route callback
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"