Skip to content

Commit c89f804

Browse files
burrbullTheZoq2
authored andcommitted
stm32f1 v0.11
1 parent 23cf91a commit c89f804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Breaking changes
1111

12-
- Bump `stm32f1` dependency (`0.10.0`)
12+
- Bump `stm32f1` dependency (`0.11.0`)
1313
- Make traits `rcc::Enable` and `rcc::Reset` public, but `RccBus` sealed
1414

1515
### Added

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ required-features = ["rt"]
2626
cortex-m = "0.6.0"
2727
nb = "0.1.2"
2828
cortex-m-rt = "0.6.8"
29-
stm32f1 = "0.10.0"
29+
stm32f1 = "0.11.0"
3030
as-slice = "0.1"
3131

3232
[dependencies.void]

0 commit comments

Comments
 (0)