Skip to content

Commit b802f84

Browse files
dependabot[bot]korken89
authored andcommitted
chore(deps): update stm32-metapac requirement from 19.0.0 to 20.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-version: 20.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1528bd commit b802f84

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
@@ -62,7 +62,7 @@ nrf5340-net-pac = { version = "0.12.2", optional = true }
6262
nrf9160-pac = { version = "0.12.2", optional = true }
6363

6464
# STM32
65-
stm32-metapac = { version = "19.0.0", optional = true }
65+
stm32-metapac = { version = "20.0.0", optional = true }
6666

6767
# i.MX RT
6868
imxrt-ral = { version = "0.6.1", optional = true }
@@ -74,7 +74,7 @@ riscv = {version = "0.16.0", optional = true }
7474
[build-dependencies]
7575
proc-macro2 = { version = "1.0.36", optional = true }
7676
quote = { version = "1.0.15", optional = true }
77-
stm32-metapac = { version = "19.0.0", default-features = false, features = [
77+
stm32-metapac = { version = "20.0.0", default-features = false, features = [
7878
"metadata",
7979
], optional = true }
8080

0 commit comments

Comments
 (0)