update to testing pr #1889

This commit is contained in:
JuliDi 2023-09-14 16:34:01 +02:00
parent 5924cc8b49
commit 6e5f3f9515
No known key found for this signature in database
GPG Key ID: E1E90AE563D09D63

View File

@ -59,7 +59,7 @@ sdio-host = "0.5.0"
embedded-sdmmc = { git = "https://github.com/embassy-rs/embedded-sdmmc-rs", rev = "a4f293d3a6f72158385f79c98634cb8a14d0d2fc", optional = true }
critical-section = "1.1"
atomic-polyfill = "1.0.1"
stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-735cab337aad6161f3d6bcf3e49cd1f034bc3130" }
stm32-metapac = { git = "https://ci.embassy.dev/jobs/8f9e48d47e3f/artifacts/generated.git" }
vcell = "0.1.3"
bxcan = "0.7.0"
nb = "1.0.0"
@ -78,7 +78,8 @@ critical-section = { version = "1.1", features = ["std"] }
[build-dependencies]
proc-macro2 = "1.0.36"
quote = "1.0.15"
stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-735cab337aad6161f3d6bcf3e49cd1f034bc3130", default-features = false, features = ["metadata"]}
stm32-metapac = { git = "https://ci.embassy.dev/jobs/8f9e48d47e3f/artifacts/generated.git", default-features = false, features = ["metadata"]}
[features]
default = ["rt"]