aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32f4/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32f4/Cargo.toml b/embassy-stm32f4/Cargo.toml
index afe771eb0..935b4a2b0 100644
--- a/embassy-stm32f4/Cargo.toml
+++ b/embassy-stm32f4/Cargo.toml
@@ -38,6 +38,6 @@ cortex-m-rt = "0.6.13"
38cortex-m = "0.7.1" 38cortex-m = "0.7.1"
39embedded-hal = { version = "0.2.4" } 39embedded-hal = { version = "0.2.4" }
40embedded-dma = { version = "0.1.2" } 40embedded-dma = { version = "0.1.2" }
41stm32f4xx-hal = { version = "0.8.3", features = ["rt"], git = "https://github.com/stm32-rs/stm32f4xx-hal.git"} 41stm32f4xx-hal = { version = "0.8.3", features = ["rt", "can"], git = "https://github.com/stm32-rs/stm32f4xx-hal.git"}
42bxcan = "0.5.0" 42bxcan = "0.5.0"
43nb = "*" 43nb = "*"