Fix CI with 1.80

This commit is contained in:
Emil Fresk 2024-08-07 20:37:18 +02:00
parent f925cbe506
commit 3e65a83110
7 changed files with 11 additions and 9 deletions

View file

@ -2,6 +2,7 @@ fn main() {
#[cfg(feature = "stm32-metapac")]
stm32();
println!("cargo::rustc-check-cfg=cfg(stm32)");
println!("cargo:rerun-if-changed=build.rs");
}