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 24ebea4 commit 79af0adCopy full SHA for 79af0ad
Cargo.toml
@@ -44,7 +44,7 @@ stm32-fmc = { version = "0.3", optional = true }
44
synopsys-usb-otg = { version = "^0.3.0", features = ["cortex-m"], optional = true }
45
embedded-display-controller = { version = "^0.1.0", optional = true }
46
log = { version = "0.4.14", optional = true} # see also the dev-dependencies section
47
-fdcan = { version = "0.1", optional = true }
+fdcan = { version = "0.2", optional = true }
48
bitflags = { version = "2.0.0" }
49
embedded-storage = "0.3"
50
0 commit comments