aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-03-31 22:10:02 +0000
committerFuwn <[email protected]>2023-03-31 22:10:02 +0000
commit25cd2691af68a4f8d5acfde9bce55cc8d47bf287 (patch)
treedc06366cd07f1795fc9f2bf93a9d52b2b9f7bfea /Cargo.toml
parentfeat(carg): bump 0.2.2 -> 0.2.3 (diff)
downloadwindmark-25cd2691af68a4f8d5acfde9bce55cc8d47bf287.tar.xz
windmark-25cd2691af68a4f8d5acfde9bce55cc8d47bf287.zip
feat(response): macro-based responses
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 860d7eb..95b8dbb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "windmark"
-version = "0.2.3"
+version = "0.2.4"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "An elegant and highly performant async Gemini server framework"