Skip to content

Commit 00fbbc9

Browse files
committed
Update stm32f3 to v0.10.0
1 parent d0ed214 commit 00fbbc9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
- Wrong frequency reported by `MonoTimer` ([#56](https://github.com/stm32-rs/stm32f3xx-hal/pull/56))
1313

14+
### Changed
15+
16+
- Bump `stm32f3` dependency to `0.10.0` ([#42](https://github.com/stm32-rs/stm32f3xx-hal/pull/42))
17+
1418
## [v0.4.1] - 2020-03-07
1519

1620
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cortex-m = ">=0.5.8,<0.7"
2222
cortex-m-rt = "0.6.8"
2323
embedded-hal = "0.2.3"
2424
nb = "0.1.2"
25-
stm32f3 = "0.9.0"
25+
stm32f3 = "0.10.0"
2626

2727
[dependencies.bare-metal]
2828
version = "0.2.4"

0 commit comments

Comments
 (0)