From 615e1f962ba9ee733c63b670499eafd9d190f01e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 10:26:12 +0000 Subject: [PATCH] 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 51b923e..0644b42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ cortex-m = "0.7" cortex-m-rt = "0.7" defmt = "0.3" defmt-rtt = "0.4" -embedded-hal = { version = "0.2", features = ["unproven"] } +embedded-hal = { version = "1.0", features = ["unproven"] } fugit = "0.3" nmea = { version = "0.6", default_features = false, features = ["all-sentences"] } panic-probe = { version = "0.3", features = ["print-defmt"] }