Skip to content

Commit 5b15407

Browse files
authored
Merge pull request #49 from rust-embedded-community/dependabot/cargo/examples/stm32f4-single-motor-example/stm32f4xx-hal-0.21.0
Bump stm32f4xx-hal from 0.20.0 to 0.21.0 in /examples/stm32f4-single-motor-example
2 parents 5a4f78c + 5aea134 commit 5b15407

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/stm32f4-single-motor-example/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/stm32f4-single-motor-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cortex-m = { version = "0.7", features = ["critical-section-single-core"]}
99
cortex-m-rtic = "1.1.4"
1010
panic-probe = { version = "0.3", features = ["print-defmt"] }
1111

12-
stm32f4xx-hal = { version = "0.20.0", features = ["stm32f401", "rtic1"] }
12+
stm32f4xx-hal = { version = "0.21.0", features = ["stm32f401", "rtic1"] }
1313

1414
defmt = "0.3.6"
1515
defmt-rtt = "0.4"

0 commit comments

Comments
 (0)