Skip to content

Commit

Permalink
fix(deps): update embedded-test requirement in /tests/esp32c3
Browse files Browse the repository at this point in the history
Updates the requirements on [embedded-test](https://github.com/probe-rs/embedded-test) to permit the latest version.
- [Release notes](https://github.com/probe-rs/embedded-test/releases)
- [Changelog](https://github.com/probe-rs/embedded-test/blob/master/CHANGELOG.md)
- [Commits](probe-rs/embedded-test@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: embedded-test
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 605a649 commit 972ef3b
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 @@ -23,7 +23,7 @@ esp-println = { version = "0.12.0", default-features = false, features = ["esp32
tmag5273 = { path = "../../" }

[dev-dependencies]
embedded-test = { version = "0.5.0", features =["defmt"] }
embedded-test = { version = "0.6.0", features =["defmt"] }
tests-common = { path = "../../tests-common" }

# Test Files
Expand Down

0 comments on commit 972ef3b

Please sign in to comment.