From 2013df2364e53077f2b631b74d30a7718e503f17 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 29 Dec 2022 08:00:27 +0100 Subject: [PATCH] Update Rust crate embedded-hal to 0.2.7 --- rust/pico/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/pico/Cargo.toml b/rust/pico/Cargo.toml index ba2e899..ab41934 100644 --- a/rust/pico/Cargo.toml +++ b/rust/pico/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0" [dependencies] cortex-m = "0.7" cortex-m-rt = "0.7" -embedded-hal = { version = "0.2.5", features = ["unproven"] } +embedded-hal = { version = "0.2.7", features = ["unproven"] } embedded-time = "0.12" defmt = "0.3" -- 2.47.0