We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee909f commit 1555520Copy full SHA for 1555520
CHANGELOG.md
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
### Changed
11
12
- Added more type states for open drain AF modes so we can prevent (potential fatal) I2C misuse
13
-- [breaking-change] Updated stm32f4 dependency to v0.9.0.
+- [breaking-change] Updated stm32f4 dependency to v0.10.0.
14
15
### Added
16
Cargo.toml
@@ -31,7 +31,7 @@ cortex-m = ">=0.5.8,<0.7"
31
cortex-m-rt = "0.6.10"
32
nb = "0.1.2"
33
rand_core = "0.5.1"
34
-stm32f4 = "0.9.0"
+stm32f4 = "0.10.0"
35
synopsys-usb-otg = { version = "0.1.0", features = ["cortex-m"], optional = true }
36
37
[dependencies.bare-metal]
0 commit comments