Skip to content

Commit

Permalink
Update rtt-target requirement from 0.5.0 to 0.6.0 in /examples/wdt-de…
Browse files Browse the repository at this point in the history
…mo (#505)

Updates the requirements on [rtt-target](https://github.com/probe-rs/rtt-target) to permit the latest version.
- [Release notes](https://github.com/probe-rs/rtt-target/releases)
- [Commits](probe-rs/rtt-target@v0.5.0...rtt-target-v0.6.0)

---
updated-dependencies:
- dependency-name: rtt-target
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent bce4900 commit e5b955e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wdt-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ publish = false
cortex-m = { version = "0.7.3", features = ["critical-section-single-core"] }
cortex-m-rt = { version = "0.7.0", features = ["device"] }
embedded-hal = "1.0.0"
rtt-target = "0.5.0"
rtt-target = "0.6.0"
nrf52840-hal = { features = ["rt"], path = "../../nrf52840-hal" }

0 comments on commit e5b955e

Please sign in to comment.