diff options
| -rw-r--r-- | embassy-stm32/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index d00e7aa55..89b24f0eb 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -70,7 +70,7 @@ rand_core = "0.6.3" | |||
| 70 | sdio-host = "0.5.0" | 70 | sdio-host = "0.5.0" |
| 71 | critical-section = "1.1" | 71 | critical-section = "1.1" |
| 72 | #stm32-metapac = { version = "15" } | 72 | #stm32-metapac = { version = "15" } |
| 73 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-ac187e40aa97da86f7d3cf22abad918f42f01739" } | 73 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-2b7ec569a5510c324693f0515ac8ea20b12917a9" } |
| 74 | 74 | ||
| 75 | vcell = "0.1.3" | 75 | vcell = "0.1.3" |
| 76 | nb = "1.0.0" | 76 | nb = "1.0.0" |
| @@ -96,7 +96,7 @@ proc-macro2 = "1.0.36" | |||
| 96 | quote = "1.0.15" | 96 | quote = "1.0.15" |
| 97 | 97 | ||
| 98 | #stm32-metapac = { version = "15", default-features = false, features = ["metadata"]} | 98 | #stm32-metapac = { version = "15", default-features = false, features = ["metadata"]} |
| 99 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-ac187e40aa97da86f7d3cf22abad918f42f01739", default-features = false, features = ["metadata"]} | 99 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-2b7ec569a5510c324693f0515ac8ea20b12917a9", default-features = false, features = ["metadata"]} |
| 100 | 100 | ||
| 101 | [features] | 101 | [features] |
| 102 | default = ["rt"] | 102 | default = ["rt"] |
