From b9f9201b636ac1a3ca385e3717ba35429e3615ec Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Fri, 6 Oct 2023 19:22:11 +0000 Subject: [PATCH] Update embassy-sync to 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 425f551bf7b..4318b1d44f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ num_enum = { version = "0.7", default-features = false } enumset = { version = "1", default-features = false } log = { version = "0.4", default-features = false } atomic-waker = { version = "1.1.1", optional = true, default-features = false } -embassy-sync = { version = "0.2" } +embassy-sync = { version = "0.3" } [build-dependencies] embuild = "0.31.3"