diff options
| author | Fuwn <[email protected]> | 2024-03-24 14:54:31 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-24 14:54:51 +0000 |
| commit | fc86be272fd4863adfd029d2cbb0b40fcf7cd8fe (patch) | |
| tree | 8f977ddad760d06e14e5286d032a937670cc9551 /Cargo.toml | |
| parent | format(response): capitalisation (diff) | |
| download | september-fc86be272fd4863adfd029d2cbb0b40fcf7cd8fe.tar.xz september-fc86be272fd4863adfd029d2cbb0b40fcf7cd8fe.zip | |
feat(response): support redirects
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ [package] name = "september" -version = "0.2.11" +version = "0.2.12" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "A simple and efficient Gemini-to-HTTP proxy." |