diff --git a/Cargo.toml b/Cargo.toml index 4ad9ce7..11058c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unicode-ident" -version = "1.0.6" +version = "1.0.7" authors = ["David Tolnay "] categories = ["development-tools::procedural-macro-helpers", "no-std"] description = "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31"