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 6439c3e commit d2618e3Copy full SHA for d2618e3
Cargo.toml
@@ -29,7 +29,7 @@ features = ["stm32l0x1", "rt"]
29
[dependencies]
30
as-slice = "0.1.0"
31
embedded-hal = { version = "0.2.3", features = ["unproven"] }
32
-cortex-m = {version = "0.6.0", features = ["const-fn"] }
+cortex-m = {version = "0.6.1", features = ["const-fn"] }
33
cortex-m-rt = "0.6.8"
34
cortex-m-semihosting = "0.3.2"
35
void = { version = "1.0.2", default-features = false }
0 commit comments