diff options
| author | Fuwn <[email protected]> | 2024-06-19 08:54:32 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-19 08:54:32 +0000 |
| commit | 0eda17cbcd6c74cd8b0932bd2c53e93ec339ea0e (patch) | |
| tree | 0f262b04ae24bccfd05fdfa57405de77956f3b0e /Cargo.toml | |
| parent | feat: bump september (diff) | |
| download | september-0eda17cbcd6c74cd8b0932bd2c53e93ec339ea0e.tar.xz september-0eda17cbcd6c74cd8b0932bd2c53e93ec339ea0e.zip | |
fix(html): replace relative path with absolute pathv0.2.20
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.19" +version = "0.2.20" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "A simple and efficient Gemini-to-HTTP proxy." |