From 2c4f1c69b9042314c99f46790b3e84b1327a409d Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Tue, 30 Apr 2024 15:41:10 +0300 Subject: [PATCH] msrv: Use correct `rust-version` field for msrv --- nrf-softdevice/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrf-softdevice/Cargo.toml b/nrf-softdevice/Cargo.toml index 3834587..0c8b191 100644 --- a/nrf-softdevice/Cargo.toml +++ b/nrf-softdevice/Cargo.toml @@ -8,7 +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" +rust-version = "1.76" [features]