From fe355af4f0c17e3612fbf89d19e551bdebd6dac9 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Thu, 19 Aug 2021 17:11:17 +0200 Subject: nrf: update to cortex-m-rt 0.7 --- examples/nrf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/nrf/Cargo.toml b/examples/nrf/Cargo.toml index 8db0ad53f..f410f89c1 100644 --- a/examples/nrf/Cargo.toml +++ b/examples/nrf/Cargo.toml @@ -25,7 +25,7 @@ defmt = "0.2.0" defmt-rtt = "0.2.0" cortex-m = { version = "0.7.1", features = ["inline-asm"] } -cortex-m-rt = "0.6.13" +cortex-m-rt = "0.7.0" embedded-hal = { version = "0.2.4" } panic-probe = { version = "0.2.0", features = ["print-defmt"] } futures = { version = "0.3.8", default-features = false, features = ["async-await"] } -- cgit