diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-10-02 17:01:44 +0000 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-10-02 19:11:45 +0000 |
| commit | 3143b7e0ca22ce2b97b06cdbd684269dd0b50d1c (patch) | |
| tree | caaa6c0a201c652c60b329dc57aa7c54b95c83e1 /rtic-monotonics | |
| parent | b2b39ab6e621bfdd9227d4ae31082ba7e2352ca1 (diff) | |
Update stm32-metapac requirement from 13.0.0 to 14.0.0
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>
Diffstat (limited to 'rtic-monotonics')
| -rw-r--r-- | rtic-monotonics/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index 7070f72..e8197db 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -43,7 +43,7 @@ nrf5340-net-pac = { version = "0.12.2", optional = true } nrf9160-pac = { version = "0.12.2", optional = true } # STM32 -stm32-metapac = { version = "13.0.0", features = ["metadata"], optional = true } +stm32-metapac = { version = "14.0.0", features = ["metadata"], optional = true } [features] default = [] |
