Skip to content

Commit a340f5f

Browse files
authored
Merge pull request #32 from rust-embedded-community/dependabot/cargo/examples/stm32f4-event-printer/defmt-0.3.6
Bump defmt from 0.3.5 to 0.3.6 in /examples/stm32f4-event-printer
2 parents fccd68e + 38cf29e commit a340f5f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/stm32f4-event-printer/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/stm32f4-event-printer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ stm32f4xx-hal = { version = "0.19", features = ["stm32f401", "rtic", "rtic-monot
1313

1414
fugit = "0.3"
1515

16-
defmt = "0.3.5"
16+
defmt = "0.3.6"
1717
defmt-rtt = "0.4"
1818

1919
# use `adafruit-bluefruit-protocol = "0.1"` in reality; path used here to ensure that the example always compiles against the latest master

0 commit comments

Comments
 (0)