Skip to content

Commit

Permalink
fix(deps): update esp-println requirement in /tests/esp32c3
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.12.0/CHANGELOG.md)
- [Commits](esp-rs/esp-hal@v0.12.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 727110d commit 4c517c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/esp32c3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ esp-backtrace = { version = "0.14.0", features = [
"panic-handler",
"println",
] }
esp-println = { version = "0.12.0", default-features = false, features = ["esp32c3", "jtag-serial", "colors"] }
esp-println = { version = "0.13.0", default-features = false, features = ["esp32c3", "jtag-serial", "colors"] }
# Driver to be Tested
tmag5273 = { path = "../../" }

Expand Down

0 comments on commit 4c517c1

Please sign in to comment.