Skip to content

Commit f635cfb

Browse files
Bump stm32f3xx-hal from 0.9.1 to 0.9.2 in /rtic_v1/stm32f3_blinky
Bumps [stm32f3xx-hal](https://github.com/stm32-rs/stm32f3xx-hal) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/stm32-rs/stm32f3xx-hal/releases) - [Changelog](https://github.com/stm32-rs/stm32f3xx-hal/blob/master/CHANGELOG.md) - [Commits](stm32-rs/stm32f3xx-hal@v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: stm32f3xx-hal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d07dfc4 commit f635cfb

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

rtic_v1/stm32f3_blinky/Cargo.lock

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

rtic_v1/stm32f3_blinky/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rtt-target = { version = "0.3.1", features = ["cortex-m"] }
1414

1515
[dependencies.stm32f3xx-hal]
1616
features = ["stm32f303xc", "rt"]
17-
version = "0.9.1"
17+
version = "0.9.2"
1818

1919
# this lets you use `cargo fix`!
2020
[[bin]]

0 commit comments

Comments
 (0)