aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-06-20 10:07:38 +0000
committerFuwn <[email protected]>2023-06-20 10:07:38 +0000
commit5c2fbd45c082c4a6979a16d52a6be82393642d97 (patch)
tree2dfe1ad5770542cf2d338344f22c3a1d481182e9 /Cargo.toml
parentfmt: update rustfmt.toml (diff)
downloadgerm-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 681f515..d54df13 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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."