Skip to content

Commit 1555520

Browse files
committed
Bump stm32f4 to 0.10.0
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
1 parent 5ee909f commit 1555520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Changed
1111

1212
- 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.
13+
- [breaking-change] Updated stm32f4 dependency to v0.10.0.
1414

1515
### Added
1616

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cortex-m = ">=0.5.8,<0.7"
3131
cortex-m-rt = "0.6.10"
3232
nb = "0.1.2"
3333
rand_core = "0.5.1"
34-
stm32f4 = "0.9.0"
34+
stm32f4 = "0.10.0"
3535
synopsys-usb-otg = { version = "0.1.0", features = ["cortex-m"], optional = true }
3636

3737
[dependencies.bare-metal]

0 commit comments

Comments
 (0)