mirror of
https://github.com/openharmony/third_party_rust_unicode-ident.git
synced 2026-06-30 20:48:02 -04:00
readme.opensource和gn中版本号与实际一致
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
This commit is contained in:
@@ -20,7 +20,7 @@ ohos_cargo_crate("lib") {
|
||||
|
||||
sources = ["src/lib.rs"]
|
||||
edition = "2018"
|
||||
cargo_pkg_version = "1.0.20"
|
||||
cargo_pkg_version = "1.0.22"
|
||||
cargo_pkg_authors = "David Tolnay <dtolnay@gmail.com>"
|
||||
cargo_pkg_name = "unicode-ident"
|
||||
cargo_pkg_description = "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31"
|
||||
|
||||
+3
-3
@@ -1,9 +1,9 @@
|
||||
[
|
||||
{
|
||||
"Name": "unicode-ident",
|
||||
"License": "Unicode, Apache License 2.0, MIT",
|
||||
"License File": "LICENSE-UNICODE, LICENSE-APACHE,LICENSE-MIT",
|
||||
"Version Number": "1.0.20",
|
||||
"License": "Apache-2.0",
|
||||
"License File": "LICENSE-APACHE",
|
||||
"Version Number": "1.0.22",
|
||||
"Owner": "fangting12@huawei.com",
|
||||
"Upstream URL": "https://github.com/dtolnay/unicode-ident.git",
|
||||
"Description": "A Rust library that provides support for working with Unicode identifiers."
|
||||
|
||||
Reference in New Issue
Block a user