diff options
author | Muhammad Mominul Huque <[email protected]> | 2019-06-16 19:07:31 +0100 |
---|---|---|
committer | Muhammad Mominul Huque <[email protected]> | 2019-06-16 19:07:31 +0100 |
commit | d3e74bfd2c1f7dca2054e1cfdc7aa312c9d12c98 (patch) | |
tree | c674a929135f3d30c9ad0598e3f60ad42adf378a /crates/ra_tools | |
parent | 91510db6d8d89e8907a0cbf33e6068259b3bc88b (diff) |
Update teraron version
Diffstat (limited to 'crates/ra_tools')
-rw-r--r-- | crates/ra_tools/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_tools/Cargo.toml b/crates/ra_tools/Cargo.toml index a34c8d482..9c5430992 100644 --- a/crates/ra_tools/Cargo.toml +++ b/crates/ra_tools/Cargo.toml | |||
@@ -6,7 +6,7 @@ authors = ["rust-analyzer developers"] | |||
6 | publish = false | 6 | publish = false |
7 | 7 | ||
8 | [dependencies] | 8 | [dependencies] |
9 | teraron = { git = "https://github.com/mominul/teraron.git", branch = "failure" } | 9 | teraron = "0.1.0" |
10 | walkdir = "2.1.3" | 10 | walkdir = "2.1.3" |
11 | itertools = "0.8.0" | 11 | itertools = "0.8.0" |
12 | clap = "2.32.0" | 12 | clap = "2.32.0" |