From 7aa70b30c7e4b3284c8d532ca3c3b7ade9db142d Mon Sep 17 00:00:00 2001 From: Linus Kirkwood Date: Fri, 24 May 2024 03:20:38 +1000 Subject: [PATCH] Updated embedded-hal version to 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a2b7e0..a04336a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ defmt-rtt = "0.4.0" panic-probe = "0.3.1" cortex-m = { version = "0.7.6", features = ["inline-asm", "critical-section-single-core"] } cortex-m-rt = "0.7.0" -embedded-hal = "0.2.6" +embedded-hal = "1.0.0" futures = { version = "0.3.17", default-features = false, features = ["async-await"] } heapless = { version = "0.8", default-features = false } nb = "1.0.0"