diff options
| author | Fuwn <[email protected]> | 2025-01-14 08:08:23 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-01-14 08:08:23 +0000 |
| commit | 776925ad8014bf896f8e227188196c85878b3a15 (patch) | |
| tree | d0ce803f90b72e483ae8c9d00833f8fb58f45abc /Cargo.toml | |
| parent | refactor(url): simplify approach (diff) | |
| download | september-776925ad8014bf896f8e227188196c85878b3a15.tar.xz september-776925ad8014bf896f8e227188196c85878b3a15.zip | |
docs(cargo): bump version
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ [package] name = "september" -version = "0.2.32" +version = "0.2.33" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "A simple and efficient Gemini-to-HTTP proxy." @@ -44,4 +44,4 @@ comrak = "0.29.0" vergen = { version = "8.3.2", features = ["git", "gitoxide"] } # `Result` -anyhow = "1.0.92"
\ No newline at end of file +anyhow = "1.0.92" |