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 2c8220c commit f1622dbCopy full SHA for f1622db
CHANGELOG.md
@@ -33,6 +33,7 @@ let clocks = rcc
33
This is possible through utilizing the divider, which can devide the
34
external oscillator clock on most devices. Some devices have even the
35
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))
37
38
## [v0.4.3] - 2020-04-11
39
Cargo.toml
@@ -23,7 +23,7 @@ cortex-m = "0.6"
23
cortex-m-rt = "0.6"
24
embedded-hal = "0.2"
25
nb = "0.1"
26
-stm32f3 = "0.10"
+stm32f3 = "0.11"
27
28
[dependencies.bare-metal]
29
version = "0.2"
0 commit comments