Release 1.0.4

This commit is contained in:
David Tolnay 2022-09-13 21:35:15 -07:00
parent 908bf4fb8b
commit 0869852154
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.3"
version = "1.0.4"
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"