Skip to content

Commit 004d356

Browse files
committed
rebase
1 parent fd70c67 commit 004d356

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xtask/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,9 @@ impl Package {
490490
crate::commands::generate_rom_symbols::generate_rom_symbols(&package_path, chip)?;
491491
}
492492
Ok(())
493+
}
494+
495+
#[cfg(feature = "semver-checks")]
493496
fn is_forever_unstable(&self) -> bool {
494497
match self
495498
.toml()

0 commit comments

Comments
 (0)