Skip to content

Commit

Permalink
Update esp-println requirement from 0.7 to 0.8 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-println) to permit the latest version.
- [Release notes](https://github.com/esp-rs/esp-println/releases)
- [Commits](https://github.com/esp-rs/esp-println/commits)

---
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 Dec 24, 2023
1 parent 19ce8fd commit 95f2f37
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-esp32-none-elf.dependencies]
esp-println = { version = "0.7", default-features = false, features = ["uart", "esp32"] }
esp-println = { version = "0.8", default-features = false, features = ["uart", "esp32"] }
esp32-hal = "0.17"
xtensa-lx-rt = { version = "0.16", features = ["esp32"] }

Expand Down

0 comments on commit 95f2f37

Please sign in to comment.