From f6655e6708f444f4ff8df3f25e17db80f410667b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 4 Nov 2025 14:40:03 +0800 Subject: Add build script and update version display format --- build.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'build.rs') diff --git a/build.rs b/build.rs index 7c9aac2..ac5acaa 100644 --- a/build.rs +++ b/build.rs @@ -5,8 +5,6 @@ const COMPILE_INFO_RS: &str = "./src/data/compile_info.rs"; const COMPILE_INFO_RS_TEMPLATE: &str = "./src/data/compile_info.rs.template"; fn main() { - println!("cargo:rerun-if-changed={}", COMPILE_INFO_RS_TEMPLATE); - let repo_root = PathBuf::from(env::var("CARGO_MANIFEST_DIR").unwrap()); if let Err(e) = generate_compile_info(&repo_root) { -- cgit