From ed31e10cf85d3d38a35654bba7402b6221dcc9f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:42:36 +0000 Subject: [PATCH] Update rtt-target requirement in /rtic_v1/stm32l4_heartbeat Updates the requirements on [rtt-target](https://github.com/probe-rs/rtt-target) to permit the latest version. - [Release notes](https://github.com/probe-rs/rtt-target/releases) - [Commits](https://github.com/probe-rs/rtt-target/compare/v0.3.1...v0.3.1) --- updated-dependencies: - dependency-name: rtt-target dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rtic_v1/stm32l4_heartbeat/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtic_v1/stm32l4_heartbeat/Cargo.toml b/rtic_v1/stm32l4_heartbeat/Cargo.toml index 282f3e3..95e1f7f 100644 --- a/rtic_v1/stm32l4_heartbeat/Cargo.toml +++ b/rtic_v1/stm32l4_heartbeat/Cargo.toml @@ -19,7 +19,7 @@ stm32l4xx-hal = { version = "0.7.1", features = ["rt", "stm32l412"] } heapless = "0.7.10" systick-monotonic = "1.0.0" panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] } -rtt-target = { version = "0.3.1", features = ["cortex-m"] } +rtt-target = { version = "0.4.0", features = ["cortex-m"] } # this lets you use `cargo fix`! [[bin]]