Add Either dep

This commit is contained in:
Edwin Cheng 2019-05-26 20:10:05 +08:00
parent d5fbce4458
commit c0dc14ba5a
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -1117,6 +1117,7 @@ dependencies = [
"chalk-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
"chalk-rust-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
"chalk-solve 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)",
"insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -12,6 +12,7 @@ rustc-hash = "1.0"
parking_lot = "0.7.0"
ena = "0.11"
join_to_string = "0.1.3"
either = "1.5.2"
ra_syntax = { path = "../ra_syntax" }
ra_arena = { path = "../ra_arena" }