Skip to content

Commit 413513f

Browse files
Update defmt-rtt requirement from 0.3 to 0.4
Updates the requirements on [defmt-rtt](https://github.com/knurling-rs/defmt) to permit the latest version. - [Release notes](https://github.com/knurling-rs/defmt/releases) - [Changelog](https://github.com/knurling-rs/defmt/blob/main/CHANGELOG.md) - [Commits](knurling-rs/defmt@defmt-rtt-v0.3.0...defmt-rtt-v0.4.0) --- updated-dependencies: - dependency-name: defmt-rtt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0c53741 commit 413513f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32-wroom-rp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cortex-m-semihosting = "0.5"
2828
embedded-hal = { version = "0.2", features=["unproven"] }
2929

3030
defmt = "0.3"
31-
defmt-rtt = "0.3"
31+
defmt-rtt = "0.4"
3232
heapless = "0.7.16"
3333
panic-probe = { version = "0.3", features = ["print-rtt"] }
3434

0 commit comments

Comments
 (0)