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 fe5153f commit a1d6b24Copy full SHA for a1d6b24
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- Updated the `cast` dependency from 0.2 to 0.3
13
14
### Fixed
15
16
- Wrong mode when using PWM channel 2 of a two-channel timer
Cargo.toml
@@ -31,7 +31,7 @@ targets = ["thumbv6m-none-eabi"]
31
32
[dependencies]
33
bare-metal = { version = "1.0.0" }
34
-cast = { version = "0.2", default-features = false }
+cast = "0.3"
35
cortex-m = "0.7"
36
embedded-hal = { version = "0.2", features = ["unproven"] }
37
stm32f0 = "0.14"
0 commit comments