From 25ba0d2e7a6f18d191a2801faa5b36fdb9026d1d Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 17 Dec 2022 12:00:31 -0800 Subject: [PATCH] Release 1.0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ff7c64..c5a5885 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unicode-ident" -version = "1.0.5" +version = "1.0.6" 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"