From fff482e9c5634c08ce4a6844f24fe43adef2ed93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 05:52:46 +0000 Subject: [PATCH] Update embedded-hal requirement in /rtic_v1/stm32l4_heartbeat Updates the requirements on [embedded-hal](https://github.com/rust-embedded/embedded-hal) to permit the latest version. - [Release notes](https://github.com/rust-embedded/embedded-hal/releases) - [Commits](https://github.com/rust-embedded/embedded-hal/compare/v0.2.6...embedded-hal-v1.0.0) --- updated-dependencies: - dependency-name: embedded-hal 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 2ae9582..032ca07 100644 --- a/rtic_v1/stm32l4_heartbeat/Cargo.toml +++ b/rtic_v1/stm32l4_heartbeat/Cargo.toml @@ -13,7 +13,7 @@ version = "0.1.0" edition = "2021" [dependencies] -embedded-hal = "0.2.6" +embedded-hal = "1.0.0" cortex-m-rtic = "1.0.0" stm32l4xx-hal = { version = "0.7.1", features = ["rt", "stm32l412"] } heapless = "0.8.0"