Skip to content

Commit 9f21c49

Browse files
bors[bot]newAM
andauthored
Merge #151
151: Update cast from 0.2 to 0.3 r=therealprof a=newAM `cast` changelog: [CHANGELOG.md](https://github.com/japaric/cast.rs/blob/v0.3.0/CHANGELOG.md#v030---2021-09-04) Co-authored-by: Alex Martens <alex@thinglab.org>
2 parents fe5153f + a1d6b24 commit 9f21c49

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
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Updated the `cast` dependency from 0.2 to 0.3
13+
1014
### Fixed
1115

1216
- Wrong mode when using PWM channel 2 of a two-channel timer

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ targets = ["thumbv6m-none-eabi"]
3131

3232
[dependencies]
3333
bare-metal = { version = "1.0.0" }
34-
cast = { version = "0.2", default-features = false }
34+
cast = "0.3"
3535
cortex-m = "0.7"
3636
embedded-hal = { version = "0.2", features = ["unproven"] }
3737
stm32f0 = "0.14"

0 commit comments

Comments
 (0)