From 90a7433bd4b9c7c1c923350f0d15231c5f9e6d78 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 3 Mar 2023 15:26:25 -0800 Subject: [PATCH] Release 1.0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"