aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-06-10 23:47:37 +0100
committerAleksey Kladov <[email protected]>2019-06-10 23:47:37 +0100
commit10d34532e3e96ffd92c11e667deb453188c28282 (patch)
tree095ad479dde329bdbff034af1f3ec587f473b1db /Cargo.lock
parent75e6c03883c4533b1134c806d166b72200b4837d (diff)
rename tools -> ra_tools
This should help with caching on CI I hope (see .travis.yml before_cache)
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 4fccddc5a..c19b87b61 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]]
@@ -1229,6 +1228,17 @@ dependencies = [
1229] 1228]
1230 1229
1231[[package]] 1230[[package]]
1231name = "ra_tools"
1232version = "0.1.0"
1233dependencies = [
1234 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
1235 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1236 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1237 "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1238 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1239]
1240
1241[[package]]
1232name = "ra_tt" 1242name = "ra_tt"
1233version = "0.1.0" 1243version = "0.1.0"
1234dependencies = [ 1244dependencies = [
@@ -1767,17 +1777,6 @@ dependencies = [
1767] 1777]
1768 1778
1769[[package]] 1779[[package]]
1770name = "tools"
1771version = "0.1.0"
1772dependencies = [
1773 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
1774 "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
1775 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
1776 "teraron 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
1777 "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
1778]
1779
1780[[package]]
1781name = "typenum" 1780name = "typenum"
1782version = "1.10.0" 1781version = "1.10.0"
1783source = "registry+https://github.com/rust-lang/crates.io-index" 1782source = "registry+https://github.com/rust-lang/crates.io-index"