From 24dcd41999650e4900dc9de3e24245158f8e2be3 Mon Sep 17 00:00:00 2001 From: Richard Meadows <962920+richardeoin@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:55:05 +0100 Subject: [PATCH] eh-1.0.0: use released eh 1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6228815..a3e8f850 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] fugit = "0.3.5" -embedded-hal = { version = "=1.0.0-rc.3" } +embedded-hal = { version = "1.0" } embedded-dma = "0.2.0" embedded-io = "0.6.1" cortex-m = { version = "^0.7.7", features = ["critical-section-single-core"] }