Skip to content

Commit

Permalink
Update clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Oct 3, 2018
1 parent 4cf1176 commit c2c8f8a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Cargo.lock
Expand Up @@ -2074,6 +2074,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "rustc-workspace-hack"
version = "1.0.0"
dependencies = [
"serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
Expand Down
2 changes: 1 addition & 1 deletion src/tools/clippy
4 changes: 4 additions & 0 deletions src/tools/rustc-workspace-hack/Cargo.toml
Expand Up @@ -47,3 +47,7 @@ features = [
"wincon",
"wincrypt",
]

[dependencies.serde_json]
version = "1.0.31"
features = ["raw_value"]

0 comments on commit c2c8f8a

Please sign in to comment.