Skip to content

Commit

Permalink
Update esp-println requirement from 0.9 to 0.10 in /tests/xtensa
Browse files Browse the repository at this point in the history
Updates the requirements on [esp-println](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/v0.10.0/CHANGELOG.md)
- [Commits](esp-rs/esp-hal@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: esp-println
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and taiki-e committed Jul 18, 2024
1 parent 888dfc5 commit dbf36ed
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 @@ -11,7 +11,7 @@ test-helper = { path = "../helper" }
paste = "1"

[target.xtensa-esp32s2-none-elf.dependencies]
esp-println = { version = "0.9", default-features = false, features = ["uart", "esp32s2"] }
esp-println = { version = "0.10", default-features = false, features = ["uart", "esp32s2"] }
esp-hal = { version = "0.18", features = ["esp32s2"] }
xtensa-lx-rt = { version = "0.16", features = ["esp32s2"] }
spin = { version = "0.9", features = ["portable_atomic"] } # used in xtensa-lx-rt
Expand Down

0 comments on commit dbf36ed

Please sign in to comment.