Skip to content

Commit

Permalink
stm32f1 v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull authored and TheZoq2 committed Apr 26, 2020
1 parent 23cf91a commit c89f804
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Breaking changes

- Bump `stm32f1` dependency (`0.10.0`)
- Bump `stm32f1` dependency (`0.11.0`)
- Make traits `rcc::Enable` and `rcc::Reset` public, but `RccBus` sealed

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ required-features = ["rt"]
cortex-m = "0.6.0"
nb = "0.1.2"
cortex-m-rt = "0.6.8"
stm32f1 = "0.10.0"
stm32f1 = "0.11.0"
as-slice = "0.1"

[dependencies.void]
Expand Down

0 comments on commit c89f804

Please sign in to comment.