Skip to content

Commit

Permalink
Drop wildcard constraint on Clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Apr 6, 2018
1 parent a13fc45 commit 70e515b
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 @@ -22,7 +22,7 @@ rustc_version = "0.2"
quickcheck = { version = "0.6", optional = true }
proptest = { version = "0.5", optional = true }
serde = { version = "1.0", optional = true }
clippy = { version = "*", optional = true }
clippy = { version = "0.0", optional = true }

[dev-dependencies]
quickcheck = "0.6"
Expand Down

0 comments on commit 70e515b

Please sign in to comment.