diff options
| author | Karun <[email protected]> | 2024-04-02 15:50:57 -0400 |
|---|---|---|
| committer | Karun <[email protected]> | 2024-04-02 15:50:57 -0400 |
| commit | 2caea89b6ab9859470ccf6c7d7414c01251bbecd (patch) | |
| tree | af95bc1b0cf6bf5f3a0790adca67778645bbd7ba | |
| parent | d62615b5360a92fc3c039dfd9669b3e7771f1c79 (diff) | |
Update build dependency as well
| -rw-r--r-- | embassy-stm32/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml index 6d1c2d25c..158c630b9 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -95,7 +95,7 @@ proc-macro2 = "1.0.36" | |||
| 95 | quote = "1.0.15" | 95 | quote = "1.0.15" |
| 96 | 96 | ||
| 97 | #stm32-metapac = { version = "15", default-features = false, features = ["metadata"]} | 97 | #stm32-metapac = { version = "15", default-features = false, features = ["metadata"]} |
| 98 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-e7f91751fbbf856e0cb30e50ae6db79f0409b085", default-features = false, features = ["metadata"]} | 98 | stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-ac187e40aa97da86f7d3cf22abad918f42f01739", default-features = false, features = ["metadata"]} |
| 99 | 99 | ||
| 100 | 100 | ||
| 101 | [features] | 101 | [features] |
