From deaf0dc5ed4643f228265d197cd72f7d3a7b0e4a Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sun, 8 Dec 2024 19:19:44 +0000 Subject: Update embedded-hal to 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ed1847b..fc22f5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ documentation = "https://docs.rs/max31855" homepage = "https://github.com/cs2dsb/max31855.rs" [dependencies] -embedded-hal = version = "0.2.3" +embedded-hal = "1.0.0" bit_field = "0.10.0" -- cgit v1.2.3-54-g00ecf