From df5a52ab6262e8d65722633227ccf003c456b32d Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Tue, 2 Apr 2024 11:55:22 +0300 Subject: [PATCH] msrv: Require at least Rust 1.76 Commit d26f70e9 introduced `core::ptr::from_ref` usage, which was stabilized in 1.76. --- nrf-softdevice/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/nrf-softdevice/Cargo.toml b/nrf-softdevice/Cargo.toml index 53a9cc68..38345878 100644 --- a/nrf-softdevice/Cargo.toml +++ b/nrf-softdevice/Cargo.toml @@ -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]