From 599bbfc8ce95a2b5aefe6b22e3b8b0931b5c9581 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 23 Dec 2025 19:58:02 -0330 Subject: bump deps and avoid build.rs writing unnecessarily in some cases --- azalea-client/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-client') diff --git a/azalea-client/build.rs b/azalea-client/build.rs index 156f73a6..7f18092d 100644 --- a/azalea-client/build.rs +++ b/azalea-client/build.rs @@ -41,7 +41,7 @@ fn main() { let mod_rs_path = Path::new("tests/simulation/mod.rs"); let existing_mod_rs = fs::read_to_string(mod_rs_path).unwrap_or_default(); - if mod_rs == existing_mod_rs { + if mod_rs.trim() == existing_mod_rs.trim() { // this would cause the build script to run again return; } -- cgit v1.2.3