From 91510db6d8d89e8907a0cbf33e6068259b3bc88b Mon Sep 17 00:00:00 2001 From: Muhammad Mominul Huque Date: Sun, 16 Jun 2019 00:48:50 +0600 Subject: Fall down of failures --- crates/ra_tools/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crates/ra_tools/Cargo.toml') diff --git a/crates/ra_tools/Cargo.toml b/crates/ra_tools/Cargo.toml index 35ea3231b..a34c8d482 100644 --- a/crates/ra_tools/Cargo.toml +++ b/crates/ra_tools/Cargo.toml @@ -6,8 +6,7 @@ authors = ["rust-analyzer developers"] publish = false [dependencies] -teraron = "0.0.1" +teraron = { git = "https://github.com/mominul/teraron.git", branch = "failure" } walkdir = "2.1.3" itertools = "0.8.0" clap = "2.32.0" -failure = "0.1.4" -- cgit v1.2.3