readme.opensource和gn中版本号与实际一致

Signed-off-by: ljy9810 <longjianyin@h-partners.com>
This commit is contained in:
ljy9810
2026-04-09 16:26:52 +08:00
parent 7ff718cb4c
commit 07fcde9a29
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
View File
@@ -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."