aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-12-18 14:22:48 +0000
committerAleksey Kladov <[email protected]>2018-12-20 09:15:38 +0000
commitcb6205c09da9fd6fc0bd9f88106f5e9bd3f471aa (patch)
treeceff920e800aff83b23df5d75eb07a993a6a1b9f /Cargo.lock
parenta422d480a188a28c6b5e7862fbf07817eb2c7447 (diff)
use relpaths for module resolve
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 aac4d91b3..0a7128d0c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -674,6 +674,7 @@ dependencies = [
674name = "ra_hir" 674name = "ra_hir"
675version = "0.1.0" 675version = "0.1.0"
676dependencies = [ 676dependencies = [
677 "arrayvec 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)",
677 "id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", 678 "id-arena 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
678 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 679 "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
679 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", 680 "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",