diff options
-rw-r--r-- | Cargo.lock | 8 | ||||
-rw-r--r-- | crates/ra_tools/Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index 83f8dd33c..b7480b8d1 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1226,7 +1226,7 @@ version = "0.1.0" | |||
1226 | dependencies = [ | 1226 | dependencies = [ |
1227 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1227 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1228 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1228 | "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1229 | "teraron 0.0.1 (git+https://github.com/mominul/teraron.git?branch=failure)", | 1229 | "teraron 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1230 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 1230 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
1231 | ] | 1231 | ] |
1232 | 1232 | ||
@@ -1681,8 +1681,8 @@ dependencies = [ | |||
1681 | 1681 | ||
1682 | [[package]] | 1682 | [[package]] |
1683 | name = "teraron" | 1683 | name = "teraron" |
1684 | version = "0.0.1" | 1684 | version = "0.1.0" |
1685 | source = "git+https://github.com/mominul/teraron.git?branch=failure#e421b697309661dfee00b4ca3804bd4de09ce2b7" | 1685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1686 | dependencies = [ | 1686 | dependencies = [ |
1687 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1687 | "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1688 | "ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1688 | "ron 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -2141,7 +2141,7 @@ dependencies = [ | |||
2141 | "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" | 2141 | "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" |
2142 | "checksum tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dc4738f2e68ed2855de5ac9cdbe05c9216773ecde4739b2f095002ab03a13ef" | 2142 | "checksum tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dc4738f2e68ed2855de5ac9cdbe05c9216773ecde4739b2f095002ab03a13ef" |
2143 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" | 2143 | "checksum tera 0.11.20 (registry+https://github.com/rust-lang/crates.io-index)" = "4b505279e19d8f7d24b1a9dc58327c9c36174b1a2c7ebdeac70792d017cb64f3" |
2144 | "checksum teraron 0.0.1 (git+https://github.com/mominul/teraron.git?branch=failure)" = "<none>" | 2144 | "checksum teraron 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9a447d012fef5c222f4b11a98fcef2a7e347a57f28be9957c5c390ac9a0e41e0" |
2145 | "checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea" | 2145 | "checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea" |
2146 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" | 2146 | "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" |
2147 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" | 2147 | "checksum text_unit 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e08bbcb7a3adbda0eb23431206b653bdad3d8dea311e72d36bf2215e27a42579" |
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" |