File tree 3 files changed +4
-0
lines changed 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1901,6 +1901,7 @@ dependencies = [
1901
1901
" chalk-engine 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1902
1902
" flate2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1903
1903
" fmt_macros 0.0.0" ,
1904
+ " getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
1904
1905
" graphviz 0.0.0" ,
1905
1906
" jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
1906
1907
" lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2186,6 +2187,7 @@ version = "0.0.0"
2186
2187
dependencies = [
2187
2188
" arena 0.0.0" ,
2188
2189
" env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)" ,
2190
+ " getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
2189
2191
" graphviz 0.0.0" ,
2190
2192
" log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2191
2193
" rustc 0.0.0" ,
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ byteorder = { version = "1.1", features = ["i128"]}
34
34
chalk-engine = { version = " 0.7.0" , default-features =false }
35
35
rustc_fs_util = { path = " ../librustc_fs_util" }
36
36
smallvec = { version = " 0.6.5" , features = [" union" ] }
37
+ getopts = " =0.2.17"
37
38
38
39
# Note that these dependencies are a lie, they're just here to get linkage to
39
40
# work.
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ log = "0.4"
15
15
env_logger = { version = " 0.5" , default-features = false }
16
16
rustc-rayon = " 0.1.1"
17
17
scoped-tls = { version = " 0.1.1" , features = [" nightly" ] }
18
+ getopts = " =0.2.17"
18
19
rustc = { path = " ../librustc" }
19
20
rustc_allocator = { path = " ../librustc_allocator" }
20
21
rustc_target = { path = " ../librustc_target" }
You can’t perform that action at this time.
0 commit comments