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 afef5d72f..5ed5c3519 100644 --- a/embassy-stm32/Cargo.toml +++ b/embassy-stm32/Cargo.toml | |||
| @@ -74,7 +74,7 @@ sdio-host = "0.9.0" | |||
| 74 | critical-section = "1.1" | 74 | critical-section = "1.1" |
| 75 | #stm32-metapac = { version = "16" } | 75 | #stm32-metapac = { version = "16" } |
| 76 | # stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-380f03cb71f43a242adc45e83607a380ffe0447b" } | 76 | # stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-380f03cb71f43a242adc45e83607a380ffe0447b" } |
| 77 | stm32-metapac = { path = "R:/stm32-data/build/stm32-metapac" } | 77 | stm32-metapac = { git="https://ci.embassy.dev/jobs/039aa6808ef1/artifacts/generated.git" } |
| 78 | 78 | ||
| 79 | vcell = "0.1.3" | 79 | vcell = "0.1.3" |
| 80 | nb = "1.0.0" | 80 | nb = "1.0.0" |
| @@ -104,7 +104,7 @@ quote = "1.0.15" | |||
| 104 | 104 | ||
| 105 | #stm32-metapac = { version = "16", default-features = false, features = ["metadata"]} | 105 | #stm32-metapac = { version = "16", default-features = false, features = ["metadata"]} |
| 106 | # stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-380f03cb71f43a242adc45e83607a380ffe0447b", default-features = false, features = ["metadata"] } | 106 | # stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-380f03cb71f43a242adc45e83607a380ffe0447b", default-features = false, features = ["metadata"] } |
| 107 | stm32-metapac = { path = "R:/stm32-data/build/stm32-metapac", default-features = false, features = ["metadata"] } | 107 | stm32-metapac = { git="https://ci.embassy.dev/jobs/039aa6808ef1/artifacts/generated.git", default-features = false, features = ["metadata"] } |
| 108 | 108 | ||
| 109 | [features] | 109 | [features] |
| 110 | default = ["rt"] | 110 | default = ["rt"] |
