aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-17 00:42:59 +0000
committerFuwn <[email protected]>2024-07-17 01:38:22 +0000
commitb7c883961bd463fb5289ef1ed27d9829712433c8 (patch)
treee928495faeec502f9cb5fbdcf5e5374532334324 /Cargo.toml
parentfeat(router): setters for direct key and certificate content (diff)
downloadwindmark-b7c883961bd463fb5289ef1ed27d9829712433c8.tar.xz
windmark-b7c883961bd463fb5289ef1ed27d9829712433c8.zip
fix(router): ensure route-time locks
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 e35ffb6..d6d55b2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ members = ["rossweisse"]
[package]
name = "windmark"
-version = "0.3.10"
+version = "0.3.11"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "An elegant and highly performant async Gemini server framework"