diff options
| author | Fuwn <[email protected]> | 2022-06-02 01:09:15 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-02 01:09:15 +0000 |
| commit | 5f1eda9db41565f675b09e584af7f0e1c6fa4fb2 (patch) | |
| tree | 4e8373484c3bc723205c69dcb873f4046d521fb1 /Cargo.toml | |
| parent | feat(response): plain text routes (diff) | |
| download | september-5f1eda9db41565f675b09e584af7f0e1c6fa4fb2.tar.xz september-5f1eda9db41565f675b09e584af7f0e1c6fa4fb2.zip | |
feat(response): show meta when non-success response0.1.5
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.1.4" +version = "0.1.5" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "A simple and efficient Gemini-to-HTTP proxy." |