aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-06-14 13:08:28 +0100
committerAleksey Kladov <[email protected]>2020-06-14 13:15:36 +0100
commita32cff333dd34b7db886317470f1301f0266b9e7 (patch)
tree7531c71ea8bf3b38d28c6ec51be8141ad9384dc0 /Cargo.lock
parent246c66a7f7fd3f85d7d6e47a36f17bafb0ccb08a (diff)
Introduce paths crate
It's a good idea to distinguish between absolute and relative paths at the type level, to avoid accidental dependency on the cwd, which really shouldn't matter for rust-analyzer service
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 308e36836..5848e61c7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -835,6 +835,10 @@ dependencies = [
835] 835]
836 836
837[[package]] 837[[package]]
838name = "paths"
839version = "0.1.0"
840
841[[package]]
838name = "percent-encoding" 842name = "percent-encoding"
839version = "2.1.0" 843version = "2.1.0"
840source = "registry+https://github.com/rust-lang/crates.io-index" 844source = "registry+https://github.com/rust-lang/crates.io-index"