Skip to content

Commit 872ad7e

Browse files
committed
Bump to asm toolchain to 1.94.0.
This will allow getting all the asm in shape for edition 2024.
1 parent 6742d9e commit 872ad7e

16 files changed

Lines changed: 1 addition & 4 deletions

cortex-m/asm-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2021-12-16
1+
1.94.0

cortex-m/asm/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,9 @@
3030
//!
3131
//! [linker plugin LTO]: https://doc.rust-lang.org/stable/rustc/linker-plugin-lto.html
3232
33-
#![feature(asm)]
3433
#![no_std]
3534
#![crate_type = "staticlib"]
3635
#![deny(warnings)]
37-
// Don't warn about feature(asm) being stable on Rust >= 1.59.0
38-
#![allow(stable_features)]
3936

4037
mod inline;
4138

-24 Bytes
Binary file not shown.

cortex-m/bin/thumbv6m-none-eabi.a

-1.3 KB
Binary file not shown.
-12 Bytes
Binary file not shown.

cortex-m/bin/thumbv7em-none-eabi.a

-1.45 KB
Binary file not shown.
76 Bytes
Binary file not shown.
-1.46 KB
Binary file not shown.
-100 Bytes
Binary file not shown.

cortex-m/bin/thumbv7m-none-eabi.a

-1.44 KB
Binary file not shown.

0 commit comments

Comments
 (0)