We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23cf91a commit c89f804Copy full SHA for c89f804
CHANGELOG.md
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
10
### Breaking changes
11
12
-- Bump `stm32f1` dependency (`0.10.0`)
+- Bump `stm32f1` dependency (`0.11.0`)
13
- Make traits `rcc::Enable` and `rcc::Reset` public, but `RccBus` sealed
14
15
### Added
Cargo.toml
@@ -26,7 +26,7 @@ required-features = ["rt"]
26
cortex-m = "0.6.0"
27
nb = "0.1.2"
28
cortex-m-rt = "0.6.8"
29
-stm32f1 = "0.10.0"
+stm32f1 = "0.11.0"
30
as-slice = "0.1"
31
32
[dependencies.void]
0 commit comments