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
commit7a51308c4416ff946ecb48b69d4a657ef7172eae (patch)
treeed3e1b127d883fd5f88998134562e98f8274d057 /Cargo.toml
parentfeat(response): async error handler (diff)
downloadwindmark-7a51308c4416ff946ecb48b69d4a657ef7172eae.tar.xz
windmark-7a51308c4416ff946ecb48b69d4a657ef7172eae.zip
feat(cargo): bump 0.3.1 -> 0.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"