Skip to content

Commit

Permalink
Update cortex-m-rt to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mciantyre committed Dec 26, 2021
1 parent 819ce64 commit 0bc67c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ These changes affect symbols in the BSP:
- `LED => Led`
- `usb::Error::IO => usb::Error::Io`

**BREAKING** Update cortex-m to 0.7.
**BREAKING** Updated dependencies:

- `cortex-m` to 0.7
- `cortex-m-rt` to 0.7

## [0.2.2] - 2021-12-21

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ keywords = [
cortex-m = "0.7"

[target.thumbv7em-none-eabihf.dependencies.cortex-m-rt]
version = "0.6.12"
version = "0.7"
optional = true
features = ["device"]

Expand Down

0 comments on commit 0bc67c7

Please sign in to comment.