From bf4f7a143d38713922d9bd5ff1a983c4c7290c10 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Wed, 13 Oct 2021 21:31:44 +0200 Subject: Allow using cortex-m-rt 0.6 or 0.7 --- nrf-softdevice/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nrf-softdevice') diff --git a/nrf-softdevice/Cargo.toml b/nrf-softdevice/Cargo.toml index 1034aad..143e1d0 100644 --- a/nrf-softdevice/Cargo.toml +++ b/nrf-softdevice/Cargo.toml @@ -43,7 +43,7 @@ critical-section = { version = "0.2.1" } num_enum = { version = "0.5.1", default-features = false } embassy = { version = "0.1.0" } cortex-m = "0.7.2" -cortex-m-rt = "0.6.13" +cortex-m-rt = ">=0.6.15,<0.8" heapless = "0.7.1" fixed = "1.5.0" -- cgit v1.2.3