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 d0ed214 commit 00fbbc9Copy full SHA for 00fbbc9
CHANGELOG.md
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11
12
- Wrong frequency reported by `MonoTimer` ([#56](https://github.com/stm32-rs/stm32f3xx-hal/pull/56))
13
14
+### Changed
15
+
16
+- Bump `stm32f3` dependency to `0.10.0` ([#42](https://github.com/stm32-rs/stm32f3xx-hal/pull/42))
17
18
## [v0.4.1] - 2020-03-07
19
20
### Added
Cargo.toml
@@ -22,7 +22,7 @@ cortex-m = ">=0.5.8,<0.7"
22
cortex-m-rt = "0.6.8"
23
embedded-hal = "0.2.3"
24
nb = "0.1.2"
25
-stm32f3 = "0.9.0"
+stm32f3 = "0.10.0"
26
27
[dependencies.bare-metal]
28
version = "0.2.4"
0 commit comments