Skip to content

Commit

Permalink
Avoid wildcard versions for crates.io's sake
Browse files Browse the repository at this point in the history
  • Loading branch information
hirschenberger committed Nov 18, 2015
1 parent 3dcae3b commit 0257481
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 @@ -17,7 +17,7 @@ num = "0.1.27"
rustc-serialize = "0.3.16"
bincode = "0.4.0"
byteorder = "0.4.2"
clippy = {version = "*", optional = true}
clippy = {version = "0.0.*", optional = true}

[dev-dependencies]
lazy_static = "0.1.15"
Expand Down

0 comments on commit 0257481

Please sign in to comment.