File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " unicode-ident"
3- version = " 1.0.19 "
3+ version = " 1.0.20 "
44authors = [" David Tolnay <dtolnay@gmail.com>" ]
55categories = [" development-tools::procedural-macro-helpers" , " no-std" , " no-std::no-alloc" ]
66description = " Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31"
Original file line number Diff line number Diff line change 242242//! this data structure is straight-line code with no need for branching.
243243
244244#![ no_std]
245- #![ doc( html_root_url = "https://docs.rs/unicode-ident/1.0.19 " ) ]
245+ #![ doc( html_root_url = "https://docs.rs/unicode-ident/1.0.20 " ) ]
246246#![ allow(
247247 clippy:: doc_markdown,
248248 clippy:: must_use_candidate,
You can’t perform that action at this time.
0 commit comments