Skip to content

Commit 168018f

Browse files
committed
bump deprecation version number
1 parent 1992346 commit 168018f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cortex-m/src/interrupt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use cortex_m_macros::asm_cfg;
2222
///
2323
/// These requirements ensure safe nesting of critical sections.
2424
#[deprecated(
25-
since = "0.7.8",
25+
since = "0.8.0",
2626
note = "Implement the cortex_m_types::InterruptNumber trait instead"
2727
)]
2828
pub unsafe trait InterruptNumber: Copy {

0 commit comments

Comments
 (0)