File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ nrf5340-net-pac = { version = "0.12.2", optional = true }
62
62
nrf9160-pac = { version = " 0.12.2" , optional = true }
63
63
64
64
# STM32
65
- stm32-metapac = { version = " 15 .0.0" , optional = true }
65
+ stm32-metapac = { version = " 18 .0.0" , optional = true }
66
66
67
67
# i.MX RT
68
68
imxrt-ral = { version = " 0.6.1" , optional = true }
@@ -74,7 +74,7 @@ riscv = {version = "0.14.0", optional = true }
74
74
[build-dependencies ]
75
75
proc-macro2 = { version = " 1.0.36" , optional = true }
76
76
quote = { version = " 1.0.15" , optional = true }
77
- stm32-metapac = { version = " 15 .0.0" , default-features = false , features = [
77
+ stm32-metapac = { version = " 18 .0.0" , default-features = false , features = [
78
78
" metadata" ,
79
79
], optional = true }
80
80
You can’t perform that action at this time.
0 commit comments