From e33b10c885064191040796b70ffef25ed6b65825 Mon Sep 17 00:00:00 2001 From: Yuri Iozzelli Date: Thu, 10 Jun 2021 18:36:21 +0200 Subject: [PATCH] Update embedded-hal version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce478d5..637fc65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] display-interface = "0.4.1" -embedded-hal = "0.2.4" +embedded-hal = "0.2.5" [dependencies.embedded-graphics-core] optional = true