From f613c48d2e2afa1761623d186d11c1719f9ef3f7 Mon Sep 17 00:00:00 2001 From: Florian Diebold Date: Mon, 20 May 2019 18:31:12 +0200 Subject: Use fuel branch for Chalk This makes sure we don't take too long in trait solving. --- Cargo.lock | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index d8ada0757..8dd894802 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,9 +141,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "chalk-engine" version = "0.9.0" -source = "git+https://github.com/rust-lang/chalk.git#b92c15327f1d336fec7573c7de323ab247cca386" +source = "git+https://github.com/flodiebold/chalk.git?branch=fuel#fba97af88ff2e0266db12490e2baf47d17e557e3" dependencies = [ - "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)", + "chalk-macros 0.1.1 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "stacker 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -151,17 +151,17 @@ dependencies = [ [[package]] name = "chalk-ir" version = "0.1.0" -source = "git+https://github.com/rust-lang/chalk.git#b92c15327f1d336fec7573c7de323ab247cca386" +source = "git+https://github.com/flodiebold/chalk.git?branch=fuel#fba97af88ff2e0266db12490e2baf47d17e557e3" dependencies = [ - "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)", - "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)", + "chalk-engine 0.9.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", + "chalk-macros 0.1.1 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "chalk-macros" version = "0.1.1" -source = "git+https://github.com/rust-lang/chalk.git#b92c15327f1d336fec7573c7de323ab247cca386" +source = "git+https://github.com/flodiebold/chalk.git?branch=fuel#fba97af88ff2e0266db12490e2baf47d17e557e3" dependencies = [ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -169,22 +169,22 @@ dependencies = [ [[package]] name = "chalk-rust-ir" version = "0.1.0" -source = "git+https://github.com/rust-lang/chalk.git#b92c15327f1d336fec7573c7de323ab247cca386" +source = "git+https://github.com/flodiebold/chalk.git?branch=fuel#fba97af88ff2e0266db12490e2baf47d17e557e3" dependencies = [ - "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)", - "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", - "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)", + "chalk-engine 0.9.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", + "chalk-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", + "chalk-macros 0.1.1 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", ] [[package]] name = "chalk-solve" version = "0.1.0" -source = "git+https://github.com/rust-lang/chalk.git#b92c15327f1d336fec7573c7de323ab247cca386" +source = "git+https://github.com/flodiebold/chalk.git?branch=fuel#fba97af88ff2e0266db12490e2baf47d17e557e3" dependencies = [ - "chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)", - "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", - "chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)", - "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", + "chalk-engine 0.9.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", + "chalk-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", + "chalk-macros 0.1.1 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", + "chalk-rust-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", "derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "ena 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1109,9 +1109,9 @@ name = "ra_hir" version = "0.1.0" dependencies = [ "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", - "chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)", - "chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)", + "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)", "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "flexi_logger 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)", "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2036,11 +2036,11 @@ dependencies = [ "checksum cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "178d62b240c34223f265a4c1e275e37d62da163d421fc8d7f7e3ee340f803c57" "checksum cc 1.0.36 (registry+https://github.com/rust-lang/crates.io-index)" = "a0c56216487bb80eec9c4516337b2588a4f2a2290d72a1416d930e4dcdb0c90d" "checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4" -"checksum chalk-engine 0.9.0 (git+https://github.com/rust-lang/chalk.git)" = "" -"checksum chalk-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "" -"checksum chalk-macros 0.1.1 (git+https://github.com/rust-lang/chalk.git)" = "" -"checksum chalk-rust-ir 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "" -"checksum chalk-solve 0.1.0 (git+https://github.com/rust-lang/chalk.git)" = "" +"checksum chalk-engine 0.9.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "" +"checksum chalk-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "" +"checksum chalk-macros 0.1.1 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "" +"checksum chalk-rust-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "" +"checksum chalk-solve 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "" "checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878" "checksum ci_info 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e5e881307a989a3a5e20d52a32cc05950e3c2178cccfcc9428271a6cde09f902" "checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" -- cgit v1.2.3