Skip to content

Commit

Permalink
Update esp32-hal requirement from 0.12 to 0.13 in /tests/xtensa
Browse files Browse the repository at this point in the history
Updates the requirements on [esp32-hal](https://github.com/esp-rs/esp-hal) to permit the latest version.
- [Release notes](https://github.com/esp-rs/esp-hal/releases)
- [Changelog](https://github.com/esp-rs/esp-hal/blob/main/CHANGELOG.md)
- [Commits](https://github.com/esp-rs/esp-hal/commits)

---
updated-dependencies:
- dependency-name: esp32-hal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 7, 2023
1 parent a8c51ba commit b2ac352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/xtensa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ paste = "1"

[target.xtensa-esp32-none-elf.dependencies]
esp-println = { version = "0.5", default-features = false, features = ["uart", "esp32"] }
esp32-hal = "0.12"
esp32-hal = "0.13"
xtensa-lx-rt = { version = "0.15", features = ["esp32"] }

[profile.dev]
Expand Down

0 comments on commit b2ac352

Please sign in to comment.