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 | e4d2e7df45bc621703c072408aee0c7a7d947144 (patch) | |
| tree | 38a9117126c73dead1ae07251632b8aec00d739c | |
| parent | fix(response): Always proxy images as raw bytes (diff) | |
| download | september-e4d2e7df45bc621703c072408aee0c7a7d947144.tar.xz september-e4d2e7df45bc621703c072408aee0c7a7d947144.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." |