Skip to content

Commit c78026b

Browse files
Update stm32l0xx-hal requirement in /rtic_v1/stm32l0_monotonic
Updates the requirements on [stm32l0xx-hal](https://github.com/stm32-rs/stm32l0xx-hal) to permit the latest version. - [Release notes](https://github.com/stm32-rs/stm32l0xx-hal/releases) - [Changelog](https://github.com/stm32-rs/stm32l0xx-hal/blob/master/CHANGELOG.md) - [Commits](stm32-rs/stm32l0xx-hal@v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: stm32l0xx-hal dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d04e034 commit c78026b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtic_v1/stm32l0_monotonic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cortex-m-rtic = "1.0.0"
1313
systick-monotonic = "1.0.1"
1414
panic-rtt-target = { version = "0.1.2", features = ["cortex-m"] }
1515
rtt-target = { version = "0.3.1", features = ["cortex-m"] }
16-
stm32l0xx-hal = { version = "0.9.0", features = ["rt", "mcu-STM32L031K6Tx"] }
16+
stm32l0xx-hal = { version = "0.10.0", features = ["rt", "mcu-STM32L031K6Tx"] }
1717

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

0 commit comments

Comments
 (0)