diff options
| author | Fuwn <[email protected]> | 2023-06-20 10:07:38 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-06-20 10:07:38 +0000 |
| commit | 5c2fbd45c082c4a6979a16d52a6be82393642d97 (patch) | |
| tree | 2dfe1ad5770542cf2d338344f22c3a1d481182e9 /Cargo.toml | |
| parent | fmt: update rustfmt.toml (diff) | |
| download | germ-5c2fbd45c082c4a6979a16d52a6be82393642d97.tar.xz germ-5c2fbd45c082c4a6979a16d52a6be82393642d97.zip | |
fix(ast): non-latin characters interpreted as whitespacev0.3.10
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.3.9" +version = "0.3.10" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "The Ultimate Gemini Toolkit." |