aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-03-30 10:44:05 +0000
committerFuwn <[email protected]>2023-03-30 10:44:05 +0000
commit9f69742545b93ed413fc7fd545efd945994fa816 (patch)
tree4ff813d372929d4aed0d9580f1beb4d19d768845 /Cargo.toml
parentrefactor(router): change response-related setters (diff)
downloadwindmark-0.2.2.tar.xz
windmark-0.2.2.zip
feat(cargo): bump 0.2.1 -> 0.2.2v0.2.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 5df8eff..b390116 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "windmark"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "An elegant and highly performant async Gemini server framework"