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 1
1
[package ]
2
2
name = " unicode-ident"
3
- version = " 1.0.13 "
3
+ version = " 1.0.14 "
4
4
authors = [" David Tolnay <dtolnay@gmail.com>" ]
5
5
categories = [" development-tools::procedural-macro-helpers" , " no-std" , " no-std::no-alloc" ]
6
6
description = " 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 242
242
//! this data structure is straight-line code with no need for branching.
243
243
244
244
#![ no_std]
245
- #![ doc( html_root_url = "https://docs.rs/unicode-ident/1.0.13 " ) ]
245
+ #![ doc( html_root_url = "https://docs.rs/unicode-ident/1.0.14 " ) ]
246
246
#![ allow( clippy:: doc_markdown, clippy:: must_use_candidate) ]
247
247
248
248
#[ rustfmt:: skip]
You can’t perform that action at this time.
0 commit comments