From aeb0e91bc7d0fbfb1efde2bb29ef6c31be33f684 Mon Sep 17 00:00:00 2001 From: juliangaal Date: Sun, 4 Dec 2022 15:26:11 +0100 Subject: [PATCH] bump linux-embedded-hal to make examples compile --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ef2f4f..101166d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ version = "0.31.2" [dev-dependencies] i2cdev = "0.5.1" -linux-embedded-hal = "0.3.0" +linux-embedded-hal = "0.3.2"