aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-08 18:09:42 +0100
committerAleksey Kladov <[email protected]>2020-07-08 18:32:36 +0100
commitdab7f3d2c6cd035f446fbdcda2442954da4afd3a (patch)
tree4b90fb312b32dd8431140f52265c44c580e0a588 /Cargo.lock
parent7ae696ba7642aba92c2eed012d9e02c09bab7460 (diff)
Remove relative_path dependency
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 385e7a7bc..242fca700 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1020,7 +1020,6 @@ dependencies = [
1020 "ra_prof", 1020 "ra_prof",
1021 "ra_syntax", 1021 "ra_syntax",
1022 "ra_tt", 1022 "ra_tt",
1023 "relative-path",
1024 "rustc-hash", 1023 "rustc-hash",
1025 "salsa", 1024 "salsa",
1026 "stdx", 1025 "stdx",
@@ -1409,12 +1408,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" 1408checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
1410 1409
1411[[package]] 1410[[package]]
1412name = "relative-path"
1413version = "1.2.1"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "c602122c47b382cd045b10866a084b184035d45d8c2609cdd3762852ddfae2a1"
1416
1417[[package]]
1418name = "remove_dir_all" 1411name = "remove_dir_all"
1419version = "0.5.3" 1412version = "0.5.3"
1420source = "registry+https://github.com/rust-lang/crates.io-index" 1413source = "registry+https://github.com/rust-lang/crates.io-index"