Skip to content

Commit 0f38c38

Browse files
committed
Fix minimal dependency build
1 parent 6b01313 commit 0f38c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2018"
1616
links = "cortex-m" # prevent multiple versions of this crate to be linked together
1717

1818
[dependencies]
19-
bare-metal = { version = "0.2.0", features = ["const-fn"] }
19+
bare-metal = { version = "0.2.4", features = ["const-fn"] }
2020
volatile-register = "0.2.0"
2121
bitfield = "0.13.2"
2222
embedded-hal = "0.2.4"

0 commit comments

Comments
 (0)