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 ebd82d1 commit d5f6297Copy full SHA for d5f6297
Cargo.toml
@@ -49,6 +49,10 @@ bxcan = { version = "0.6.2", optional = true }
49
stm32-usbd = { version = "0.6.0", optional = true }
50
void = { version = "1.0.2", default-features = false }
51
enumset = { version = "1.0.6", optional = true}
52
+# NOTE: Workaround for build
53
+# $ cargo +nightly update -Z minimal-versions
54
+# as long cortex-m depends on bare-metal 0.2.1
55
+bare-metal = "0.2.5"
56
57
[dev-dependencies]
58
cortex-m = "0.7.2"
0 commit comments