Skip to content

Commit

Permalink
Bump embassy-sync version
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Cingolani committed Mar 13, 2024
1 parent 6823e2a commit 94566df
Show file tree
Hide file tree
Showing 7 changed files with 159 additions and 49 deletions.
49 changes: 42 additions & 7 deletions examples/linux/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/linux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ path = "src/main.rs"

[dependencies]
embassy-executor = { version = "0.3.0", features = ["arch-std", "executor-thread", "integrated-timers", "log", "nightly"] }
embassy-sync = { version = "0.3.0" }
embassy-sync = { version = "0.5.0" }
embassy-time = { version = "0.1.3", features = ["log", "std"] }
futures = "0.3.28"
heapless = "0.7.16"
Expand Down
52 changes: 36 additions & 16 deletions examples/stm32h745i/cm4/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 38 additions & 18 deletions examples/stm32h745i/cm7/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 94566df

Please sign in to comment.