aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-20 06:32:10 +0000
committerFuwn <[email protected]>2024-07-20 06:32:10 +0000
commit9c7463a1a9ee8d4772d30e62bbdd83d2af245c80 (patch)
tree869c008ccce71ab9d53a87a48ac3b3de00952945
parentfix(html): parse base path urls (diff)
downloadseptember-0.2.25.tar.xz
september-0.2.25.zip
chore: bump versionv0.2.25
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 52593aa..7edacb6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1839,7 +1839,7 @@ checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
[[package]]
name = "september"
-version = "0.2.24"
+version = "0.2.25"
dependencies = [
"actix-web",
"anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index c272109..b2680fd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "september"
-version = "0.2.24"
+version = "0.2.25"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "A simple and efficient Gemini-to-HTTP proxy."