diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-16 07:56:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-16 06:56:41 +0000 |
| commit | c63065700994f7215d3613b0dbb43b40a49c2d26 (patch) | |
| tree | e814bb7d108b2111949b2211fb0915b91408cae3 | |
| parent | 7cbe054e412706cb48935833463b7a6f0ad0c9c8 (diff) | |
Update stm32-metapac requirement from 14.0.0 to 15.0.0 (#884)
Updates the requirements on [stm32-metapac](https://github.com/embassy-rs/stm32-data) to permit the latest version.
- [Commits](https://github.com/embassy-rs/stm32-data/commits)
---
updated-dependencies:
- dependency-name: stm32-metapac
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | rtic-monotonics/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index 9d65e0f..5860653 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -51,7 +51,7 @@ nrf5340-net-pac = { version = "0.12.2", optional = true } nrf9160-pac = { version = "0.12.2", optional = true } # STM32 -stm32-metapac = { version = "14.0.0", optional = true } +stm32-metapac = { version = "15.0.0", optional = true } # i.MX RT imxrt-ral = { version = "0.5.3", optional = true } @@ -59,7 +59,7 @@ imxrt-ral = { version = "0.5.3", optional = true } [build-dependencies] proc-macro2 = { version = "1.0.36", optional = true } quote = { version = "1.0.15", optional = true } -stm32-metapac = { version = "14.0.0", default-features = false, features = [ +stm32-metapac = { version = "15.0.0", default-features = false, features = [ "metadata", ], optional = true } |
