Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/vfs/Cargo.toml')
| -rw-r--r-- | crates/vfs/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/vfs/Cargo.toml b/crates/vfs/Cargo.toml index 3e7e2da81f..802a300060 100644 --- a/crates/vfs/Cargo.toml +++ b/crates/vfs/Cargo.toml @@ -16,5 +16,5 @@ rustc-hash = "1.1.0" fst = "0.4.7" indexmap = "1.9.1" -paths = { path = "../paths", version = "0.0.0" } -stdx = { path = "../stdx", version = "0.0.0" } +paths.workspace = true +stdx.workspace = true |