From ad00652b428f0adc77a8396b2cecb2d5042a71cc Mon Sep 17 00:00:00 2001 From: Justin Beaurivage Date: Sun, 10 Dec 2023 18:02:58 -0500 Subject: [PATCH] Upgrade embassy-sync to 0.5.0 --- hal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hal/Cargo.toml b/hal/Cargo.toml index 9295c819958..5ecac5ab95f 100644 --- a/hal/Cargo.toml +++ b/hal/Cargo.toml @@ -54,7 +54,7 @@ void = {version = "1.0", default-features = false} # Optional depdendencies #=============================================================================== -embassy-sync = {version = "0.4", optional = true} +embassy-sync = {version = "0.5.0", optional = true} embedded-hal-alpha = {package = "embedded-hal", version = "1.0.0-rc.1"} embedded-hal-async = {version = "1.0.0-rc.2", optional = true, features = ["defmt-03"]} embedded-sdmmc = {version = "0.3", optional = true}