Skip to content

Commit

Permalink
update embassy-sync for fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed Aug 8, 2024
1 parent db37fca commit cdfedf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ekv = { path = "..", features= ["std", "log", "_test"]}
log = { version = "0.4.17" }
tokio = { version = "1.24.2", default-features = false, features = ["rt"] }
critical-section = { version = "1", features = ["std"] }
embassy-sync = "0.5.0"
embassy-sync = "0.6.0"

[[bin]]
name = "read"
Expand Down

0 comments on commit cdfedf4

Please sign in to comment.