aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-06-01 07:28:44 +0000
committerFuwn <[email protected]>2023-06-01 07:28:44 +0000
commit0921728720ed8494a799eb3a3b72525f043d05a9 (patch)
treefd265288f913ac2fc1591071291d2cf70fe94fd1 /Cargo.toml
parentfix(response): header only on non-proxy routes (diff)
downloadseptember-0921728720ed8494a799eb3a3b72525f043d05a9.tar.xz
september-0921728720ed8494a799eb3a3b72525f043d05a9.zip
fix(response): remove double trailing slash
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 236f4c3..817ab64 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "september"
-version = "0.2.8"
+version = "0.2.9"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "A simple and efficient Gemini-to-HTTP proxy."