File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1781,7 +1781,6 @@ dependencies = [
1781
1781
" bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1782
1782
" byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1783
1783
" chalk-engine 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1784
- " either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1785
1784
" flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1786
1785
" fmt_macros 0.0.0" ,
1787
1786
" graphviz 0.0.0" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ crate-type = ["dylib"]
11
11
[dependencies ]
12
12
arena = { path = " ../libarena" }
13
13
bitflags = " 1.0"
14
- either = " 1.5.0"
15
14
fmt_macros = { path = " ../libfmt_macros" }
16
15
graphviz = { path = " ../libgraphviz" }
17
16
jobserver = " 0.1"
Original file line number Diff line number Diff line change 79
79
extern crate arena;
80
80
#[ macro_use] extern crate bitflags;
81
81
extern crate core;
82
- extern crate either;
83
82
extern crate fmt_macros;
84
83
extern crate getopts;
85
84
extern crate graphviz;
You can’t perform that action at this time.
0 commit comments