Release 1.0.7

This commit is contained in:
David Tolnay 2023-03-03 15:26:25 -08:00
parent 90954572e0
commit 90a7433bd4
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -1,6 +1,6 @@
[package]
name = "unicode-ident"
version = "1.0.6"
version = "1.0.7"
authors = ["David Tolnay <dtolnay@gmail.com>"]
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"