We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09401cd commit 70d3b2cCopy full SHA for 70d3b2c
Cargo.toml
@@ -25,7 +25,7 @@ micromath = "1.0.0"
25
synopsys-usb-otg = { version = "0.2.3", features = ["cortex-m"], optional = true }
26
stm32-fmc = { version = "0.2.0", features = ["sdram"], optional = true }
27
rand_core = "0.5.1"
28
-bxcan = { git = "https://github.com/stm32-rs/bxcan" }
+bxcan = "0.4"
29
30
[dependencies.bare-metal]
31
version = "0.2.4"
0 commit comments