aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32/Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 60fc86135..452b0a84f 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -58,7 +58,8 @@ futures = { version = "0.3.17", default-features = false, features = ["async-awa
58rand_core = "0.6.3" 58rand_core = "0.6.3"
59sdio-host = "0.5.0" 59sdio-host = "0.5.0"
60critical-section = "1.1" 60critical-section = "1.1"
61stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-656ecf6714fa34fdfb3b3e2f2cd034bffed3f303" } 61stm32-metapac = { version = "15" }
62#stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-656ecf6714fa34fdfb3b3e2f2cd034bffed3f303" }
62vcell = "0.1.3" 63vcell = "0.1.3"
63bxcan = "0.7.0" 64bxcan = "0.7.0"
64nb = "1.0.0" 65nb = "1.0.0"
@@ -76,7 +77,8 @@ critical-section = { version = "1.1", features = ["std"] }
76[build-dependencies] 77[build-dependencies]
77proc-macro2 = "1.0.36" 78proc-macro2 = "1.0.36"
78quote = "1.0.15" 79quote = "1.0.15"
79stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-656ecf6714fa34fdfb3b3e2f2cd034bffed3f303", default-features = false, features = ["metadata"]} 80stm32-metapac = { version = "15", default-features = false, features = ["metadata"]}
81#stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-656ecf6714fa34fdfb3b3e2f2cd034bffed3f303", default-features = false, features = ["metadata"]}
80 82
81 83
82[features] 84[features]