Skip to content

Commit

Permalink
fix(deps): update embassy-stm32 requirement in /tests/stm32f072
Browse files Browse the repository at this point in the history
Updates the requirements on [embassy-stm32](https://github.com/embassy-rs/embassy) to permit the latest version.
- [Commits](embassy-rs/embassy@embassy-rp-v0.1.0...embassy-stm32-v0.2.0)

---
updated-dependencies:
- dependency-name: embassy-stm32
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent 7321443 commit 4783617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stm32f072/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
embassy-stm32 = { version = "0.1.0", features = [ "defmt", "memory-x", "stm32f072rb", "time-driver-tim2", "exti", "unstable-pac"] }
embassy-stm32 = { version = "0.2.0", features = [ "defmt", "memory-x", "stm32f072rb", "time-driver-tim2", "exti", "unstable-pac"] }

cortex-m ={version ="0.7", features = ["critical-section-single-core"]}
cortex-m-rt = "0.7"
Expand Down

0 comments on commit 4783617

Please sign in to comment.