diff --git a/boards/grand_central_m4/CHANGELOG.md b/boards/grand_central_m4/CHANGELOG.md index fd5f7e1540b1..f9e056f7ec00 100644 --- a/boards/grand_central_m4/CHANGELOG.md +++ b/boards/grand_central_m4/CHANGELOG.md @@ -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 diff --git a/boards/grand_central_m4/Cargo.toml b/boards/grand_central_m4/Cargo.toml index 6d70d873ba5e..8bcb42cf5ae2 100644 --- a/boards/grand_central_m4/Cargo.toml +++ b/boards/grand_central_m4/Cargo.toml @@ -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]