Skip to content

Commit

Permalink
fix(deps): update esp-backtrace requirement in /tests/esp32c3
Browse files Browse the repository at this point in the history
Updates the requirements on [esp-backtrace](https://github.com/esp-rs/esp-hal) to permit the latest version.
- [Release notes](https://github.com/esp-rs/esp-hal/releases)
- [Commits](https://github.com/esp-rs/esp-hal/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 605a649 commit 11d2b3a
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 @@ -12,7 +12,7 @@ defmt-rtt = { version = "0.4.1"}

# Esp32 related dependencies for main.rs. Note: embedded-test comes with its own panic handler and logging sink.
esp-hal = { version = "0.23.1", features = ["esp32c3"] }
esp-backtrace = { version = "0.14.0", features = [
esp-backtrace = { version = "0.15.0", features = [
"esp32c3",
"exception-handler",
"panic-handler",
Expand Down

0 comments on commit 11d2b3a

Please sign in to comment.