aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-24 10:34:12 +0000
committerFuwn <[email protected]>2024-06-24 10:34:12 +0000
commit8f8176f2a5f09dbe930a30272370936a87e03740 (patch)
tree406612484adcc91e50c2b18e603634e1d0e0cfe2 /Cargo.toml
parentchore(examples): update rossweisse example (diff)
downloadwindmark-0.3.10.tar.xz
windmark-0.3.10.zip
feat(router): setters for direct key and certificate contentv0.3.10
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 241ac7b..e35ffb6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ members = ["rossweisse"]
[package]
name = "windmark"
-version = "0.3.9"
+version = "0.3.10"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "An elegant and highly performant async Gemini server framework"