Skip to content

Commit

Permalink
Cargo: pin clippy to 0.0.55
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Benke <ihrwein@gmail.com>
  • Loading branch information
ihrwein authored and Tibor Benke committed Mar 23, 2016
1 parent a08b767 commit 90066fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Expand Up @@ -19,7 +19,10 @@ log = "0.3"
uuid = "0.1"
serde = "0.6"
serde_json = "0.6"
clippy = {version = "*", optional = true}
# there is no reason to use THAT particular version, but every update introduces
# new warnings, which results in compilation errors. Clippy should be updated
# time-to-time.
clippy = {version = "0.0.55", optional = true}

[features]
default=[]
Expand Down

0 comments on commit 90066fb

Please sign in to comment.