stm32: use crates version
This commit is contained in:
parent
c6738b4f87
commit
6416f2fc08
@ -46,6 +46,6 @@ embedded-hal = { version = "0.2.4" }
|
|||||||
embedded-dma = { version = "0.1.2" }
|
embedded-dma = { version = "0.1.2" }
|
||||||
bxcan = "0.5.0"
|
bxcan = "0.5.0"
|
||||||
nb = "*"
|
nb = "*"
|
||||||
stm32f4xx-hal = { version = "0.8.3", features = ["rt", "can"], git = "https://github.com/stm32-rs/stm32f4xx-hal.git", optional = true }
|
stm32f4xx-hal = { version = "0.9.0", features = ["rt", "can"], optional = true }
|
||||||
stm32l0xx-hal = { version = "0.7.0", features = ["rt"], optional = true }
|
stm32l0xx-hal = { version = "0.7.0", features = ["rt"], optional = true }
|
||||||
futures = { version = "0.3.5", default-features = false, features = ["async-await"] }
|
futures = { version = "0.3.5", default-features = false, features = ["async-await"] }
|
Loading…
Reference in New Issue
Block a user