From 8c73aa7dbbf053d024ce37c2ac5b7e1edb91913b Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 25 Jul 2025 13:53:54 -0400 Subject: [WARP] Update snapshots following regression fix Forgot to update these after the guid regression fix, there is no cause for alarm :) --- plugins/warp/build.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/warp/build.rs') diff --git a/plugins/warp/build.rs b/plugins/warp/build.rs index 53b31182..a9d6dd1d 100644 --- a/plugins/warp/build.rs +++ b/plugins/warp/build.rs @@ -18,6 +18,7 @@ fn main() { let out_dir = std::env::var("OUT_DIR").expect("OUT_DIR specified"); let out_dir_path = PathBuf::from(out_dir); + println!("cargo::rerun-if-changed=fixtures"); // Copy all binaries to OUT_DIR for unit tests. let bin_dir: PathBuf = "fixtures/bin".into(); if let Ok(entries) = std::fs::read_dir(bin_dir) { -- cgit v1.3.1