Skip to content

Commit 70f778d

Browse files
authored
Update bare-metal dependency
Bare-metal has released its 1.0 version. Let's use it!
1 parent fafa4b4 commit 70f778d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
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 = "1"
2020
volatile-register = "0.2.0"
2121
bitfield = "0.13.2"
2222
embedded-hal = "0.2.4"

0 commit comments

Comments
 (0)