diff options
| author | Fuwn <[email protected]> | 2022-04-15 08:36:49 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-15 08:36:49 +0000 |
| commit | d8f2c6861ea1bdba8ccd90b2b1ca69af1169eb7b (patch) | |
| tree | b51596397275bbb2a5bb3733ec5a11fca6d41f2f /Cargo.toml | |
| parent | docs(cargo): fix readme location (diff) | |
| download | september-d8f2c6861ea1bdba8ccd90b2b1ca69af1169eb7b.tar.xz september-d8f2c6861ea1bdba8ccd90b2b1ca69af1169eb7b.zip | |
fix(gemini_to_html): first list item clipping
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.0" +version = "0.1.1" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "A simple and efficient Gemini-to-HTTP proxy." |