mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
Fix CI with 1.80
This commit is contained in:
parent
f925cbe506
commit
3e65a83110
7 changed files with 11 additions and 9 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue