Skip to content

Commit c630657

Browse files
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7cbe054 commit c630657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rtic-monotonics/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ nrf5340-net-pac = { version = "0.12.2", optional = true }
5151
nrf9160-pac = { version = "0.12.2", optional = true }
5252

5353
# STM32
54-
stm32-metapac = { version = "14.0.0", optional = true }
54+
stm32-metapac = { version = "15.0.0", optional = true }
5555

5656
# i.MX RT
5757
imxrt-ral = { version = "0.5.3", optional = true }
5858

5959
[build-dependencies]
6060
proc-macro2 = { version = "1.0.36", optional = true }
6161
quote = { version = "1.0.15", optional = true }
62-
stm32-metapac = { version = "14.0.0", default-features = false, features = [
62+
stm32-metapac = { version = "15.0.0", default-features = false, features = [
6363
"metadata",
6464
], optional = true }
6565

0 commit comments

Comments
 (0)