Skip to content

Commit abc63f4

Browse files
Bump embedded-hal from 0.2.5 to 0.2.7 in /rtic_v0.5/stm32f3_blinky
Bumps [embedded-hal](https://github.com/rust-embedded/embedded-hal) from 0.2.5 to 0.2.7. - [Release notes](https://github.com/rust-embedded/embedded-hal/releases) - [Changelog](https://github.com/rust-embedded/embedded-hal/blob/v0.2.7/CHANGELOG.md) - [Commits](rust-embedded/embedded-hal@v0.2.5...v0.2.7) --- updated-dependencies: - dependency-name: embedded-hal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 35fbd95 commit abc63f4

File tree

2 files changed

+156
-53
lines changed

2 files changed

+156
-53
lines changed

rtic_v0.5/stm32f3_blinky/Cargo.lock

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

rtic_v0.5/stm32f3_blinky/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version = "0.1.0"
99
panic-halt = "0.2"
1010
panic-semihosting = "0.6"
1111
cortex-m-semihosting = "0.5.0"
12-
embedded-hal = "0.2.3"
12+
embedded-hal = "0.2.7"
1313
cortex-m-rtic = { version = "0.5.9", default-features = false, features = ["cortex-m-7"] }
1414

1515
[dependencies.stm32f3xx-hal]

0 commit comments

Comments
 (0)