aboutsummaryrefslogtreecommitdiff
path: root/crates/vfs/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/vfs/Cargo.toml')
-rw-r--r--crates/vfs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/vfs/Cargo.toml b/crates/vfs/Cargo.toml
index 9ae8f19b6..a88d69a5e 100644
--- a/crates/vfs/Cargo.toml
+++ b/crates/vfs/Cargo.toml
@@ -12,4 +12,4 @@ doctest = false
12rustc-hash = "1.0" 12rustc-hash = "1.0"
13fst = "0.4" 13fst = "0.4"
14 14
15paths = { path = "../paths" } 15paths = { path = "../paths", version = "0.0.0" }