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 @@ -1870,6 +1870,7 @@ dependencies = [
1870
1870
" chalk-engine 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1871
1871
" flate2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1872
1872
" fmt_macros 0.0.0" ,
1873
+ " getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
1873
1874
" graphviz 0.0.0" ,
1874
1875
" jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
1875
1876
" lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2155,6 +2156,7 @@ version = "0.0.0"
2155
2156
dependencies = [
2156
2157
" arena 0.0.0" ,
2157
2158
" env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)" ,
2159
+ " getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
2158
2160
" graphviz 0.0.0" ,
2159
2161
" log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2160
2162
" 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