aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <[email protected]>2021-04-06 13:56:22 -0500
committerxoviat <[email protected]>2021-04-06 13:56:22 -0500
commit6416f2fc08578d0851ae603d96907256bd2849e7 (patch)
tree727f8f90ae703df66d68620efe2ec88685a12ee4
parentc6738b4f8730e3b2d86243d4e147895b57d4941b (diff)
stm32: use crates version
-rw-r--r--embassy-stm32/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/Cargo.toml b/embassy-stm32/Cargo.toml
index 237eaa014..6ab434d1f 100644
--- a/embassy-stm32/Cargo.toml
+++ b/embassy-stm32/Cargo.toml
@@ -46,6 +46,6 @@ embedded-hal = { version = "0.2.4" }
46embedded-dma = { version = "0.1.2" } 46embedded-dma = { version = "0.1.2" }
47bxcan = "0.5.0" 47bxcan = "0.5.0"
48nb = "*" 48nb = "*"
49stm32f4xx-hal = { version = "0.8.3", features = ["rt", "can"], git = "https://github.com/stm32-rs/stm32f4xx-hal.git", optional = true } 49stm32f4xx-hal = { version = "0.9.0", features = ["rt", "can"], optional = true }
50stm32l0xx-hal = { version = "0.7.0", features = ["rt"], optional = true } 50stm32l0xx-hal = { version = "0.7.0", features = ["rt"], optional = true }
51futures = { version = "0.3.5", default-features = false, features = ["async-await"] } \ No newline at end of file 51futures = { version = "0.3.5", default-features = false, features = ["async-await"] } \ No newline at end of file