From f132f6c3f70f6528dcba9588a14fb034c7e7765f Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Tue, 17 Aug 2021 16:11:31 -0700 Subject: [PATCH] Update cortex-m-rt from 0.6 to 0.7 --- firmware/defmt-test/Cargo.toml | 2 +- firmware/panic-probe/Cargo.toml | 2 +- firmware/qemu/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/defmt-test/Cargo.toml b/firmware/defmt-test/Cargo.toml index 59b47c2a..f6c7aeca 100644 --- a/firmware/defmt-test/Cargo.toml +++ b/firmware/defmt-test/Cargo.toml @@ -12,7 +12,7 @@ version = "0.2.3" [dependencies] cortex-m = "0.7.2" -cortex-m-rt = "0.6.14" +cortex-m-rt = "0.7.0" defmt = { version = "0.2.2", path = "../.." } defmt-test-macros = { version = "=0.2.1", path = "macros" } diff --git a/firmware/panic-probe/Cargo.toml b/firmware/panic-probe/Cargo.toml index 3461ceaa..4204cc72 100644 --- a/firmware/panic-probe/Cargo.toml +++ b/firmware/panic-probe/Cargo.toml @@ -12,7 +12,7 @@ version = "0.2.0" [dependencies] cortex-m = "0.7.2" -cortex-m-rt = "0.6.13" +cortex-m-rt = "0.7.0" defmt = { version = "0.2.0", path = "../..", optional = true } rtt-target = { version = "0.3.1", optional = true } diff --git a/firmware/qemu/Cargo.toml b/firmware/qemu/Cargo.toml index 7e606013..50d8439c 100644 --- a/firmware/qemu/Cargo.toml +++ b/firmware/qemu/Cargo.toml @@ -11,7 +11,7 @@ defmt = { path = "../.." } defmt-semihosting = { path = "../defmt-semihosting" } defmt-test = { path = "../defmt-test" } cortex-m = "0.7.2" -cortex-m-rt = "0.6.13" +cortex-m-rt = "0.7.0" cortex-m-semihosting = "0.3.7" alloc-cortex-m = { version = "0.4.1", optional = true } linked_list_allocator = { version = "0.9.0", optional = true }