Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Apr 12, 2024
1 parent 7ee661d commit 2393dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/targets/tests/files.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
fn test() {
let targets = tool_lib::crates("../../targets");
assert_eq!(8, targets.len());
assert!(targets.iter().all(|(_, version)| version == "0.52.4"));
assert!(targets.iter().all(|(_, version)| version == "0.52.5"));

// The lib names can't change for minor (semver) updates as that breaks linker search.
// https://github.com/microsoft/windows-rs/issues/2869
Expand Down

0 comments on commit 2393dcf

Please sign in to comment.