From 4677a21eb69b9df44dec087918e1b8a5977c57da Mon Sep 17 00:00:00 2001 From: James Sizeland Date: Wed, 11 Jun 2025 21:42:24 +0100 Subject: [PATCH] update embassy-sync to 0.7 --- ector/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ector/Cargo.toml b/ector/Cargo.toml index b6e960e..611dba4 100644 --- a/ector/Cargo.toml +++ b/ector/Cargo.toml @@ -16,11 +16,11 @@ doctest = false [dependencies] embassy-executor = { version = "0.7", default-features = false } -embassy-sync = { version = "0.6", default-features = false } +embassy-sync = { version = "0.7", default-features = false } portable-atomic = { version = "1.3", default-features = false } log = { version = "0.4", optional = true } -defmt = { version = "0.3", optional = true } +defmt = { version = "1.0.1", optional = true } ector-macros = { version = "0.5.1", path = "../macros" } futures = { version = "0.3", default-features = false }