diff options
| author | Mason Reed <mason@vector35.com> | 2025-07-25 13:53:54 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-07-28 20:33:56 -0400 |
| commit | 8c73aa7dbbf053d024ce37c2ac5b7e1edb91913b (patch) | |
| tree | 0892446249f92904da7b3b53c3739ccacba0f46c /plugins/warp/build.rs | |
| parent | 8055b2b46549b27db7008d50c21477b380c18903 (diff) | |
[WARP] Update snapshots following regression fix
Forgot to update these after the guid regression fix, there is no cause for alarm :)
Diffstat (limited to 'plugins/warp/build.rs')
| -rw-r--r-- | plugins/warp/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |
