aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2019-05-26 13:10:05 +0100
committerEdwin Cheng <[email protected]>2019-05-26 13:10:05 +0100
commitc0dc14ba5a0ad9f92d1c9795e252eeed45a912e2 (patch)
tree8d89f660663fa951bfc254c10723f2af47063e11 /Cargo.lock
parentd5fbce445860d010b9aa2bfc0951818b606b36de (diff)
Add Either dep
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a61aec4e1..79e632907 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1117,6 +1117,7 @@ dependencies = [
1117 "chalk-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", 1117 "chalk-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
1118 "chalk-rust-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", 1118 "chalk-rust-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
1119 "chalk-solve 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", 1119 "chalk-solve 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)",
1120 "either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
1120 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", 1121 "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
1121 "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", 1122 "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)",
1122 "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", 1123 "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",