diff options
| author | Fuwn <[email protected]> | 2025-06-05 14:18:08 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-05 14:18:08 +0000 |
| commit | 4ff64bc89774f1a73c2189e973c758ab6d5b01be (patch) | |
| tree | 38a9117126c73dead1ae07251632b8aec00d739c | |
| parent | fix(response): Always proxy images as raw bytes (diff) | |
| download | archived-september-4ff64bc89774f1a73c2189e973c758ab6d5b01be.tar.xz archived-september-4ff64bc89774f1a73c2189e973c758ab6d5b01be.zip | |
chore: Bump version patch
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2148,7 +2148,7 @@ dependencies = [ [[package]] name = "september" -version = "0.2.36" +version = "0.2.37" dependencies = [ "actix-web", "anyhow", @@ -2,7 +2,7 @@ [package] name = "september" -version = "0.2.36" +version = "0.2.37" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "A simple and efficient Gemini-to-HTTP proxy." |