aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-04-06 08:14:07 +0000
committerFuwn <[email protected]>2023-04-06 08:14:07 +0000
commit30ad6ebfefae9fb1445eadad469bee11d7e52dcb (patch)
treeed3e1b127d883fd5f88998134562e98f8274d057 /Cargo.toml
parentfeat(response): async error handler (diff)
downloadwindmark-0.3.2.tar.xz
windmark-0.3.2.zip
feat(cargo): bump 0.3.1 -> 0.3.2v0.3.2
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 138408d..b4968cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "windmark"
-version = "0.3.1"
+version = "0.3.2"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "An elegant and highly performant async Gemini server framework"