diff options
| author | Fuwn <[email protected]> | 2024-06-21 15:47:00 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-21 15:47:00 +0000 |
| commit | 1f6a37f743ee1d093b80a580c84d1f70277f924d (patch) | |
| tree | 4025e9c739221f8e2fb96793ed1e9d6444399902 /Cargo.toml | |
| parent | fix(ast): parse preformatted gemtext as preformatted content (diff) | |
| download | germ-0.4.3.tar.xz germ-0.4.3.zip | |
fix(ast): optional whitespace following heading markersv0.4.3
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ [package] name = "germ" -version = "0.4.2" +version = "0.4.3" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "The Ultimate Gemini Toolkit." |