aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-05 02:01:56 +0000
committerFuwn <[email protected]>2023-05-05 02:01:56 +0000
commitcd532ca954e48a492f2a04411ac16286703e36df (patch)
treefc9355a859b517fa3cfcec9f55891ebb47cc4093 /Cargo.toml
parentdocs(readme): add feature flag table (diff)
downloadwindmark-0.3.9.tar.xz
windmark-0.3.9.zip
docs(cargo): bump windmark and rossweisse for preludev0.3.9
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 47cf169..ddb773c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ members = ["rossweisse"]
[package]
name = "windmark"
-version = "0.3.8"
+version = "0.3.9"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "An elegant and highly performant async Gemini server framework"
@@ -51,4 +51,4 @@ tree_magic = { version = "0.2.3", optional = true } # MIME
paste = "1.0.12" # Token Pasting
[dev-dependencies]
-rossweisse = { version = "0.0.1", path = "./rossweisse" }
+rossweisse = { version = "0.0.2", path = "./rossweisse" }