Skip to content

Commit

Permalink
Update rtt-target requirement in /examples/gpiote-demo (#508)
Browse files Browse the repository at this point in the history
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 d18c39f commit ca0d70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gpiote-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ cortex-m-rt = { version = "0.7.0", features = ["device"] }
cortex-m-rtic = { version = "1.0.0", default-features = false }
embedded-hal = "1.0.0"
systick-monotonic = "1.0.0"
rtt-target = "0.5.0"
rtt-target = "0.6.0"
nrf52840-hal = { features = ["rt"], path = "../../nrf52840-hal" }

0 comments on commit ca0d70b

Please sign in to comment.