Skip to content

Commit

Permalink
Update rtt-target requirement in /rtic_v1/stm32l0_monotonic
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.3.1...v0.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2023
1 parent 15d6a22 commit be50bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtic_v1/stm32l0_monotonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
cortex-m-rtic = "1.0.0"
systick-monotonic = "1.0.1"
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
rtt-target = { version = "0.4.0", features = ["cortex-m"] }
stm32l0xx-hal = { version = "0.10.0", features = ["rt", "mcu-STM32L031K6Tx"] }

# this lets you use `cargo fix`!
Expand Down

0 comments on commit be50bc2

Please sign in to comment.