Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
removed duplicated versions of clippy (#6776)
Browse files Browse the repository at this point in the history
  • Loading branch information
debris authored and arkpar committed Oct 16, 2017
1 parent 8365f4d commit aa4bc50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 87 deletions.
87 changes: 2 additions & 85 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dapps/js-glue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ quasi = { version = "0.32", default-features = false }
quasi_macros = { version = "0.32", optional = true }
syntex = { version = "0.58", optional = true }
syntex_syntax = { version = "0.58", optional = true }
clippy = { version = "0.0.90", optional = true }
clippy = { version = "0.0.103", optional = true }

[features]
dev = ["clippy"]
Expand Down
2 changes: 1 addition & 1 deletion ipc/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ syntex = { version = "0.58", optional = true }

[dependencies]
aster = { version = "0.41", default-features = false }
clippy = { version = "^0.*", optional = true }
clippy = { version = "0.0.103", optional = true }
quasi = { version = "0.32", default-features = false }
quasi_macros = { version = "0.32", optional = true }
syntex = { version = "0.58", optional = true }
Expand Down

0 comments on commit aa4bc50

Please sign in to comment.