Skip to content

Commit

Permalink
Update to cfg-if 1 (#50)
Browse files Browse the repository at this point in the history
This only contains a trivial change:
<rust-lang/cfg-if#37>
  • Loading branch information
g2p authored Nov 20, 2020
1 parent 349de28 commit 76b7177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolero/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ alloc = ["bolero-generator/alloc"]
[dependencies]
bolero-engine = { version = "0.6", path = "../bolero-engine" }
bolero-generator = { version = "0.6", path = "../bolero-generator", default-features = false }
cfg-if = "0.1"
cfg-if = "1"

[target.'cfg(fuzzing_afl)'.dependencies]
bolero-afl = { version = "0.6", path = "../bolero-afl" }
Expand Down

0 comments on commit 76b7177

Please sign in to comment.