From a0f77897c0b944374bc744fce3b3548552327342 Mon Sep 17 00:00:00 2001 From: ROMemories <152802150+ROMemories@users.noreply.github.com> Date: Tue, 1 Jul 2025 15:47:07 +0200 Subject: [PATCH] chore!: bump `embedded-hal-async` to 1.0.0 BREAKING CHANGE: requires the I2C driver to impl a newer trait. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44681f1..5395625 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ categories = [ ] [dependencies] -embedded-hal-async = "0.2.0-alpha.0" +embedded-hal-async = "1.0.0" defmt = { version = "0.3", optional = true }