From 38ab6215ce87c8c5003191f352b4c2ba6f82e524 Mon Sep 17 00:00:00 2001 From: DeppLearning <31652093+DeppLearning@users.noreply.github.com> Date: Thu, 22 Feb 2024 21:17:17 +0100 Subject: [PATCH] Bump embedded-hal to 1.0.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7947a16..b6d8f18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ defmt = { version = "^0.3", optional = true } [dependencies.embedded-hal] -version = "=1.0.0-rc.2" +version = "=1.0.0" [dependencies.signature] version = "1.2.2"