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 4d996ba commit b7d5624Copy full SHA for b7d5624
cortex-m/Cargo.toml
@@ -19,7 +19,7 @@ links = "cortex-m" # prevent multiple versions of this crate to be linked toget
19
[dependencies]
20
critical-section = "1.0.0"
21
volatile-register = "0.2.2"
22
-bitfield = "0.13.2"
+bitfield = "0.15.0"
23
eh0 = { package = "embedded-hal", version = "0.2.4", optional = true }
24
eh1 = { package = "embedded-hal", version = "1.0.0" }
25
0 commit comments