From 5f03c985771815b12ef79ac6081da5379d18d623 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Mon, 13 Jul 2026 10:21:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=98=BE=E5=BC=8F=E5=9C=A8=20build.rs?= =?UTF-8?q?=20=E4=B8=AD=E7=9B=91=E5=90=AC=E5=89=8D=E7=AB=AF=E5=8F=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/bili_sync/build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/bili_sync/build.rs b/crates/bili_sync/build.rs index d8f91cb..5881cba 100644 --- a/crates/bili_sync/build.rs +++ b/crates/bili_sync/build.rs @@ -1,3 +1,4 @@ fn main() { + println!("cargo::rerun-if-changed=../../web/build"); built::write_built_file().expect("Failed to acquire build-time information"); }