aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-04 08:02:40 +0000
committerFuwn <[email protected]>2023-05-04 08:02:40 +0000
commitcd29618ca5c7ea2c694f8e0bce0f55d9914d6c31 (patch)
treec6322b5613ad07fbceb723dac104f4f8ed8fc724
parentdocs(readme): add index handling example (diff)
downloadwindmark-0.3.8.tar.xz
windmark-0.3.8.zip
docs(cargo): bump for rossweisse versionv0.3.8
-rw-r--r--Cargo.toml4
-rw-r--r--rossweisse/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0a53160..5fbfbda 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ members = ["rossweisse"]
[package]
name = "windmark"
-version = "0.3.7"
+version = "0.3.8"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "An elegant and highly performant async Gemini server framework"
@@ -50,4 +50,4 @@ tree_magic = { version = "0.2.3", optional = true } # MIME
paste = "1.0.12" # Token Pasting
[dev-dependencies]
-rossweisse = { version = "0.0.0", path = "./rossweisse" }
+rossweisse = { version = "0.0.1", path = "./rossweisse" }
diff --git a/rossweisse/Cargo.toml b/rossweisse/Cargo.toml
index 20cca61..c1a941b 100644
--- a/rossweisse/Cargo.toml
+++ b/rossweisse/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "rossweisse"
-version = "0.0.0"
+version = "0.0.1"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "`struct`-based Router Framework for Windmark"