Skip to content

Commit c2c8f8a

Browse files
committed
Update clippy
1 parent 4cf1176 commit c2c8f8a

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

src/Cargo.lock

+1
Original file line numberDiff line numberDiff line change
@@ -2074,6 +2074,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
20742074
name = "rustc-workspace-hack"
20752075
version = "1.0.0"
20762076
dependencies = [
2077+
"serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
20772078
"syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
20782079
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
20792080
]

src/tools/clippy

src/tools/rustc-workspace-hack/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ features = [
4747
"wincon",
4848
"wincrypt",
4949
]
50+
51+
[dependencies.serde_json]
52+
version = "1.0.31"
53+
features = ["raw_value"]

0 commit comments

Comments
 (0)