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 6b01313 commit 0f38c38Copy full SHA for 0f38c38
Cargo.toml
@@ -16,7 +16,7 @@ edition = "2018"
16
links = "cortex-m" # prevent multiple versions of this crate to be linked together
17
18
[dependencies]
19
-bare-metal = { version = "0.2.0", features = ["const-fn"] }
+bare-metal = { version = "0.2.4", features = ["const-fn"] }
20
volatile-register = "0.2.0"
21
bitfield = "0.13.2"
22
embedded-hal = "0.2.4"
0 commit comments