Skip to content

Commit

Permalink
chore: bump embassy-sync (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
xgroleau authored Nov 22, 2023
1 parent 602f26d commit 3f0f7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doctest = false

[dependencies]
embassy-executor = { version = "0.3", default-features = false, features = ["nightly"] }
embassy-sync = { version = "0.3", default-features = false, features = ["nightly"] }
embassy-sync = { version = "0.4", default-features = false, features = ["nightly"] }
atomic-polyfill = "1"

log = { version = "0.4", optional = true }
Expand Down

0 comments on commit 3f0f7c0

Please sign in to comment.