Skip to content

Commit

Permalink
Bump grand_central_m4 to hal 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Nov 21, 2024
1 parent 9da2aa3 commit 31afcbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/grand_central_m4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Other

- *(grand_central_m4)* [**breaking**] Update HAL dependency to v0.18 ([#786](https://github.com/atsamd-rs/atsamd/pull/786))
- *(grand_central_m4)* [**breaking**] Update HAL dependency to v0.19 ([#786](https://github.com/atsamd-rs/atsamd/pull/786), [#779](https://github.com/atsamd-rs/atsamd/pull/779))

## [0.7.0](https://github.com/atsamd-rs/atsamd/compare/grand_central_m4-0.6.0...grand_central_m4-0.7.0) - 2024-10-17

Expand Down
3 changes: 2 additions & 1 deletion boards/grand_central_m4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ version = "0.7"
optional = true

[dependencies.atsamd-hal]
version = "0.18"
version = "0.19.0"
path = "../../hal"
default-features = false

[dependencies.usb-device]
Expand Down

0 comments on commit 31afcbb

Please sign in to comment.