Skip to content

Commit f1622db

Browse files
committed
Update stm32f3
1 parent 2c8220c commit f1622db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ let clocks = rcc
3333
This is possible through utilizing the divider, which can devide the
3434
external oscillator clock on most devices. Some devices have even the
3535
possibility to divide the internal oscillator clock.
36+
- Bump `stm32f3` dependency to `0.11.0` ([#97](https://github.com/stm32-rs/stm32f3xx-hal/pull/97))
3637

3738
## [v0.4.3] - 2020-04-11
3839

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cortex-m = "0.6"
2323
cortex-m-rt = "0.6"
2424
embedded-hal = "0.2"
2525
nb = "0.1"
26-
stm32f3 = "0.10"
26+
stm32f3 = "0.11"
2727

2828
[dependencies.bare-metal]
2929
version = "0.2"

0 commit comments

Comments
 (0)