aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-21 02:21:09 +0000
committerFuwn <[email protected]>2024-07-21 02:22:07 +0000
commit6374a5f62d7de4fb4a90f5b39c5fd15b3f399c53 (patch)
tree6f42c02aaf83aa7fe56ae606131c501c2243a74e /Cargo.toml
parentchore: bump version (diff)
downloadseptember-6374a5f62d7de4fb4a90f5b39c5fd15b3f399c53.tar.xz
september-6374a5f62d7de4fb4a90f5b39c5fd15b3f399c53.zip
fix(response): handle non-trimmed redirect assumptions
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 b2680fd..2958014 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "september"
-version = "0.2.25"
+version = "0.2.26"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "A simple and efficient Gemini-to-HTTP proxy."