From 778f273ff15c1914d584fe4fda65f01ec61dbdae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:01:32 +0000 Subject: [PATCH] fix(deps): update rust crate embedded-hal to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 822c87a0..6e577355 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ nb = "1.1.0" cortex-m-rt = "0.7.4" void = { version = "1.0.2", default-features = false } cast = { version = "0.3.0", default-features = false } -embedded-hal = { version = "0.2.7", features = ["unproven"] } +embedded-hal = { version = "1.0.0", features = ["unproven"] } [features] device-selected = []