aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-02 17:12:38 +0000
committerAleksey Kladov <[email protected]>2019-01-02 17:12:38 +0000
commit28f6eedba59d3a5dd43fe6fbde3d19d54d0e2f9d (patch)
tree55074a42a5b17515fc6e328bf3270838cb70db23 /Cargo.lock
parentef08b6c084fc2676655fe6dfb693ab097d3f9fd9 (diff)
simplify runnables
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6435bfb47..5f82e92f4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -667,6 +667,7 @@ name = "ra_analysis"
667version = "0.1.0" 667version = "0.1.0"
668dependencies = [ 668dependencies = [
669 "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", 669 "fst 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
670 "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
670 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 671 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
671 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 672 "parking_lot 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
672 "ra_db 0.1.0", 673 "ra_db 0.1.0",