Skip to content

Commit

Permalink
msrv: Require at least Rust 1.76
Browse files Browse the repository at this point in the history
Commit d26f70e introduced `core::ptr::from_ref` usage, which was
stabilized in 1.76.
  • Loading branch information
plaes committed Apr 2, 2024
1 parent 30a5084 commit df5a52a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nrf-softdevice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ description = "Rust interface to nRF SoftDevice"
repository = "https://github.com/embassy-rs/nrf-softdevice"
categories = ["embedded", "hardware-support", "no-std"]
keywords = ["arm", "cortex-m", "nrf52", "nrf-softdevice"]
rust = "1.76"

[features]

Expand Down

0 comments on commit df5a52a

Please sign in to comment.