File tree Expand file tree Collapse file tree 1 file changed +5
-40
lines changed Expand file tree Collapse file tree 1 file changed +5
-40
lines changed Original file line number Diff line number Diff line change @@ -45,46 +45,6 @@ clippy_lints = { version = "0.0.212", path = "clippy_lints" }
4545regex = " 1"
4646semver = " 0.9"
4747
48- # Not actually needed right now but required to make sure that clippy/ and cargo build
49- # with the same set of features in rust-lang/rust
50- num-traits = " 0.2" # enable the default feature
51- backtrace = " 0.3"
52-
53- # keep in sync with `cargo`'s `Cargo.toml'
54- [target .'cfg(windows)' .dependencies .winapi ]
55- version = " 0.3"
56- features = [
57- # keep in sync with `cargo`'s `Cargo.toml'
58- " handleapi" ,
59- " jobapi" ,
60- " jobapi2" ,
61- " minwindef" ,
62- " ntdef" ,
63- " ntstatus" ,
64- " processenv" ,
65- " processthreadsapi" ,
66- " psapi" ,
67- " synchapi" ,
68- " winerror" ,
69- " winbase" ,
70- " wincon" ,
71- " winnt" ,
72- # no idea where these come from
73- " basetsd" ,
74- " lmcons" ,
75- " memoryapi" ,
76- " minschannel" ,
77- " minwinbase" ,
78- " ntsecapi" ,
79- " profileapi" ,
80- " schannel" ,
81- " securitybaseapi" ,
82- " synchapi" ,
83- " sysinfoapi" ,
84- " timezoneapi" ,
85- " wincrypt" ,
86- ]
87-
8848[dev-dependencies ]
8949cargo_metadata = " 0.5"
9050compiletest_rs = " 0.3.7"
@@ -94,6 +54,11 @@ clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }
9454serde = " 1.0"
9555derive-new = " 0.5"
9656
57+ # A noop dependency that changes in the Rust repository, it's a bit of a hack.
58+ # See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
59+ # for more information.
60+ rustc-workspace-hack = " 1.0.0"
61+
9762[build-dependencies ]
9863rustc_version = " 0.2.2"
9964ansi_term = " 0.11"
You can’t perform that action at this time.
0 commit comments