Skip to content

Commit

Permalink
Upgrade embassy-sync to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Dec 10, 2023
1 parent e788b5c commit ad00652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ad00652

Please sign in to comment.