Skip to content

Commit b834ae4

Browse files
committed
Do not use bare-metal v0.2.5 (changes MSRV)
1 parent 4094a32 commit b834ae4

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)