From 07fcde9a2952940fa9e744bad5bdeb5977a22196 Mon Sep 17 00:00:00 2001 From: ljy9810 Date: Thu, 9 Apr 2026 16:26:52 +0800 Subject: [PATCH] =?UTF-8?q?readme.opensource=E5=92=8Cgn=E4=B8=AD=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E4=B8=8E=E5=AE=9E=E9=99=85=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ljy9810 --- BUILD.gn | 2 +- README.OpenSource | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 6e97eb6..1f67099 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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 " 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" diff --git a/README.OpenSource b/README.OpenSource index 9d9d720..10ee019 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -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."