aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-06-10 23:49:51 +0100
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-06-10 23:49:51 +0100
commit3f5f9f0560fa662e770b607f05ec4881e4d011c5 (patch)
tree0f9009e016d326a6df81bec95a03281db3bf7d07 /Cargo.lock
parent1c867b4e67126350579d6d598efeb6c03b503ddc (diff)
parent10d34532e3e96ffd92c11e667deb453188c28282 (diff)
Merge #1391
1391: rename tools -> ra_tools r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock23
1 files changed, 11 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 202c8838c..579daecf1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1047,7 +1047,6 @@ dependencies = [
1047 "ra_ide_api 0.1.0", 1047 "ra_ide_api 0.1.0",
1048 "ra_prof 0.1.0", 1048 "ra_prof 0.1.0",
1049 "ra_syntax 0.1.0", 1049 "ra_syntax 0.1.0",
1050 "tools 0.1.0",
1051] 1050]
1052 1051
1053[[package]] 1052[[package]]
@@ -1228,6 +1227,17 @@ dependencies = [
1228] 1227]
1229 1228
1230[[package]] 1229[[package]]
1230name = "ra_tools"
1231version = "0.1.0"
1232dependencies = [
1233 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
1234 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1235 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1236 "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1237 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1238]
1239
1240[[package]]
1231name = "ra_tt" 1241name = "ra_tt"
1232version = "0.1.0" 1242version = "0.1.0"
1233dependencies = [ 1243dependencies = [
@@ -1766,17 +1776,6 @@ dependencies = [
1766] 1776]
1767 1777
1768[[package]] 1778[[package]]
1769name = "tools"
1770version = "0.1.0"
1771dependencies = [
1772 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
1773 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1774 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1775 "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1776 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1777]
1778
1779[[package]]
1780name = "typenum" 1779name = "typenum"
1781version = "1.10.0" 1780version = "1.10.0"
1782source = "registry+https://github.com/rust-lang/crates.io-index" 1781source = "registry+https://github.com/rust-lang/crates.io-index"