diff options
| author | everdrone <[email protected]> | 2025-11-11 15:28:00 +0100 |
|---|---|---|
| committer | everdrone <[email protected]> | 2025-11-11 15:28:00 +0100 |
| commit | cf55b39f9a54cf3ed01f52c0565a36a444174235 (patch) | |
| tree | 058dfdf1bb22396623ef1e04e00c90bb157de69c /embassy-stm32/Cargo.toml | |
| parent | 0528e3daa386dc2ee7bb9e4a4ee3e1c979e6c479 (diff) | |
restore metapac dependency
Diffstat (limited to 'embassy-stm32/Cargo.toml')
| -rw-r--r-- | embassy-stm32/Cargo.toml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index fb4bc70b7..fabfa8342 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -174,8 +174,7 @@ cortex-m = "0.7.6" | |||
| 174 | futures-util = { version = "0.3.30", default-features = false } | 174 | futures-util = { version = "0.3.30", default-features = false } |
| 175 | sdio-host = "0.9.0" | 175 | sdio-host = "0.9.0" |
| 176 | critical-section = "1.1" | 176 | critical-section = "1.1" |
| 177 | stm32-metapac = { path = "../../stm32-data/build/stm32-metapac" } | 177 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-3cf72eac610259fd78ef16f1c63be69a144d75f7" } |
| 178 | # stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-3cf72eac610259fd78ef16f1c63be69a144d75f7" } | ||
| 179 | 178 | ||
| 180 | vcell = "0.1.3" | 179 | vcell = "0.1.3" |
| 181 | nb = "1.0.0" | 180 | nb = "1.0.0" |
| @@ -204,8 +203,7 @@ proptest-state-machine = "0.3.0" | |||
| 204 | proc-macro2 = "1.0.36" | 203 | proc-macro2 = "1.0.36" |
| 205 | quote = "1.0.15" | 204 | quote = "1.0.15" |
| 206 | 205 | ||
| 207 | stm32-metapac = { path = "../../stm32-data/build/stm32-metapac", default-features = false, features = ["metadata"]} | 206 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-3cf72eac610259fd78ef16f1c63be69a144d75f7", default-features = false, features = ["metadata"] } |
| 208 | # stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-3cf72eac610259fd78ef16f1c63be69a144d75f7", default-features = false, features = ["metadata"] } | ||
| 209 | 207 | ||
| 210 | [features] | 208 | [features] |
| 211 | default = ["rt"] | 209 | default = ["rt"] |
