aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-06-23 16:01:44 +0100
committerAleksey Kladov <[email protected]>2020-06-23 16:04:10 +0100
commit676e82bb833dcf0e34f8d12e9f8a870ac92beae3 (patch)
tree398a73948c3afcf4d4b4c93527c8af8566af34af /Cargo.lock
parent3e09dbba94de103d4d7a211ec578b049d0adc3c7 (diff)
Remove relative-path dependency
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d909bc3d5..c91236fc6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1407,7 +1407,6 @@ dependencies = [
1407 "ra_tt", 1407 "ra_tt",
1408 "ra_vfs", 1408 "ra_vfs",
1409 "rand", 1409 "rand",
1410 "relative-path",
1411 "rustc-hash", 1410 "rustc-hash",
1412 "serde", 1411 "serde",
1413 "serde_json", 1412 "serde_json",
@@ -1677,7 +1676,6 @@ version = "0.1.0"
1677dependencies = [ 1676dependencies = [
1678 "difference", 1677 "difference",
1679 "ra_cfg", 1678 "ra_cfg",
1680 "relative-path",
1681 "rustc-hash", 1679 "rustc-hash",
1682 "serde_json", 1680 "serde_json",
1683 "stdx", 1681 "stdx",