From 147d38848894ead7979993ea8260ed3768135cbe Mon Sep 17 00:00:00 2001 From: ljy9810 Date: Tue, 20 Jan 2026 15:08:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E4=BB=B6=E5=90=8D=E5=AD=97=E4=B8=8E?= =?UTF-8?q?=E4=B8=8A=E6=B8=B8=E7=A4=BE=E5=8C=BA=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ljy9810 --- BUILD.gn | 2 +- bundle.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 7065f3e..ed97a1f 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -33,6 +33,6 @@ ohos_cargo_crate("lib") { build_root = "build.rs" build_sources = [ "build.rs" ] module_output_extension = ".rlib" - part_name = "rust_proc_macro2" + part_name = "rust_proc-macro2" subsystem_name = "thirdparty" } diff --git a/bundle.json b/bundle.json index eb847da..35bd656 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/rust_proc_macro2", + "name": "@ohos/rust_proc-macro2", "description": "A Rust library that provides support for error handling in procedural macros.", "version": "5.0", "license": "Apache License 2.0", @@ -13,7 +13,7 @@ "en": "README.md" }, "component": { - "name": "rust_proc_macro2", + "name": "rust_proc-macro2", "subsystem": "thirdparty", "adapted_system_type": [ "standard"