Skip to content

Commit

Permalink
specify cfg-if 0.1.10 or later (#33)
Browse files Browse the repository at this point in the history
`cargo build` fails if cfg-if is 0.1.9 or older.
  • Loading branch information
keiichiw authored Oct 26, 2020
1 parent aa16ea7 commit 81100ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["gdb", "emulation", "no_std", "debugging"]
categories = ["development-tools::debugging", "embedded", "emulators", "network-programming", "no-std"]

[dependencies]
cfg-if = "0.1"
cfg-if = "0.1.10"
log = "0.4"
managed = { version = "0.8", default-features = false }
num-traits = { version = "0.2", default-features = false }
Expand Down

0 comments on commit 81100ef

Please sign in to comment.