From f4676042ee275a9b993a44d06122138d14916eb3 Mon Sep 17 00:00:00 2001 From: pbert Date: Fri, 27 Aug 2021 14:03:38 +0200 Subject: fix cortex-m-rt version, examples don't work with 6.13 --- examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/Cargo.toml b/examples/Cargo.toml index c07de11..5fac497 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -27,7 +27,7 @@ embassy = { version = "0.1.0", features = ["defmt"]} embassy-traits = { version = "0.1.0", features = ["defmt"]} embassy-nrf = { version = "0.1.0", features = [ "defmt", "nrf52840", "gpiote", "time-driver-rtc1" ]} cortex-m = { version = "0.7.2" } -cortex-m-rt = "0.6.13" +cortex-m-rt = "0.7.0" defmt = { version = "0.2.0", features = ["alloc"] } nrf-softdevice-defmt-rtt = { path = "../nrf-softdevice-defmt-rtt", version = "0.1.0" } panic-probe = { version = "0.2.0", features= ["print-defmt"] } -- cgit v1.2.3