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
commit03003a9526abb37968ebb496b7eef48f969de114 (patch)
tree6f42c02aaf83aa7fe56ae606131c501c2243a74e /Cargo.toml
parentchore: bump version (diff)
downloadarchived-september-0.2.26.tar.xz
archived-september-0.2.26.zip
fix(response): handle non-trimmed redirect assumptionsv0.2.26
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."