Skip to content

Commit

Permalink
fix(Cargo.toml): loosen restrictions on Clippy version
Browse files Browse the repository at this point in the history
  • Loading branch information
indiv0 committed Mar 16, 2016
1 parent 4b39764 commit 84dd8f9
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 @@ -9,7 +9,7 @@ keywords = ["lazycell", "lazy", "cell", "library"]
license = "MIT/Apache-2.0"

[dependencies]
clippy = { version = "0.0.40", optional = true }
clippy = { version = "0.0", optional = true }

[features]
nightly = []
Expand Down

0 comments on commit 84dd8f9

Please sign in to comment.