Skip to content

Commit 9d68612

Browse files
bors[bot]Disasm
andauthored
Merge #33
33: Do not use bare-metal v0.2.5 r=almindor a=Disasm Co-authored-by: Vadim Kaushan <[email protected]>
2 parents 4094a32 + b834ae4 commit 9d68612

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
@@ -9,7 +9,7 @@ keywords = ["riscv", "register", "peripheral"]
99
license = "ISC"
1010

1111
[dependencies]
12-
bare-metal = "0.2.0"
12+
bare-metal = ">=0.2.0,<0.2.5"
1313
bit_field = "0.9.0"
1414

1515
[features]

0 commit comments

Comments
 (0)