Skip to content

Commit

Permalink
Update esp-println requirement
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.

Updates `esp-println` to 0.13.0
- [Release notes](https://github.com/esp-rs/esp-hal/releases)
- [Changelog](https://github.com/esp-rs/esp-hal/blob/v0.13.0/CHANGELOG.md)
- [Commits](esp-rs/esp-hal@v0.12.0...v0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 16, 2025
1 parent 378f6cd commit 40ed057
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 @@ -10,7 +10,7 @@ portable-atomic = { path = "../..", features = ["float"] }
paste = "1"

[target.xtensa-esp32s2-none-elf.dependencies]
esp-println = { version = "0.12", default-features = false, features = ["uart", "esp32s2"] }
esp-println = { version = "0.13", default-features = false, features = ["uart", "esp32s2"] }
esp-hal = { git = "https://github.com/taiki-e/esp-hal.git", branch = "dev", features = ["esp32s2"] }

[workspace]
Expand Down

0 comments on commit 40ed057

Please sign in to comment.