Skip to content

Commit 81100ef

Browse files
authored
specify cfg-if 0.1.10 or later (#33)
`cargo build` fails if cfg-if is 0.1.9 or older.
1 parent aa16ea7 commit 81100ef

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
@@ -13,7 +13,7 @@ keywords = ["gdb", "emulation", "no_std", "debugging"]
1313
categories = ["development-tools::debugging", "embedded", "emulators", "network-programming", "no-std"]
1414

1515
[dependencies]
16-
cfg-if = "0.1"
16+
cfg-if = "0.1.10"
1717
log = "0.4"
1818
managed = { version = "0.8", default-features = false }
1919
num-traits = { version = "0.2", default-features = false }

0 commit comments

Comments
 (0)