mirror of
https://gitee.com/openharmony/third_party_rust_unicode-ident
synced 2024-11-22 23:19:43 +00:00
Release 1.0.8
This commit is contained in:
parent
ba9f7812cc
commit
c4f455414f
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "unicode-ident"
|
||||
version = "1.0.7"
|
||||
version = "1.0.8"
|
||||
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"
|
||||
|
@ -242,7 +242,7 @@
|
||||
//! this data structure is straight-line code with no need for branching.
|
||||
|
||||
#![no_std]
|
||||
#![doc(html_root_url = "https://docs.rs/unicode-ident/1.0.7")]
|
||||
#![doc(html_root_url = "https://docs.rs/unicode-ident/1.0.8")]
|
||||
#![allow(clippy::doc_markdown, clippy::must_use_candidate)]
|
||||
|
||||
#[rustfmt::skip]
|
||||
|
Loading…
Reference in New Issue
Block a user