Release 1.0.6

This commit is contained in:
David Tolnay 2022-12-17 12:00:31 -08:00
parent c740d925cf
commit 25ba0d2e7a
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.5"
version = "1.0.6"
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"