aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-04-10 21:12:48 +0200
committerDario Nieuwenhuis <[email protected]>2023-04-10 21:12:48 +0200
commitcae683cd41261312e8a8da70c862832f0acb847c (patch)
tree697a85d7a070290a9f5d46372103b3e6079d307d
parentdbfd28130f95a6f8df81823253ec71c1ae6d36e6 (diff)
stm32: update pac.
-rw-r--r--embassy-stm32/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 4ab306223..a8ebacd25 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -58,7 +58,7 @@ sdio-host = "0.5.0"
58embedded-sdmmc = { git = "https://github.com/embassy-rs/embedded-sdmmc-rs", rev = "46d1b1c2ff13e31e282ec1e352421721694f126a", optional = true } 58embedded-sdmmc = { git = "https://github.com/embassy-rs/embedded-sdmmc-rs", rev = "46d1b1c2ff13e31e282ec1e352421721694f126a", optional = true }
59critical-section = "1.1" 59critical-section = "1.1"
60atomic-polyfill = "1.0.1" 60atomic-polyfill = "1.0.1"
61stm32-metapac = "4" 61stm32-metapac = "5"
62vcell = "0.1.3" 62vcell = "0.1.3"
63bxcan = "0.7.0" 63bxcan = "0.7.0"
64nb = "1.0.0" 64nb = "1.0.0"
@@ -73,7 +73,7 @@ critical-section = { version = "1.1", features = ["std"] }
73[build-dependencies] 73[build-dependencies]
74proc-macro2 = "1.0.36" 74proc-macro2 = "1.0.36"
75quote = "1.0.15" 75quote = "1.0.15"
76stm32-metapac = { version = "4", default-features = false, features = ["metadata"]} 76stm32-metapac = { version = "5", default-features = false, features = ["metadata"]}
77 77
78[features] 78[features]
79default = ["stm32-metapac/rt"] 79default = ["stm32-metapac/rt"]