diff options
author | Pavan Kumar Sunkara <[email protected]> | 2020-08-24 09:25:19 +0100 |
---|---|---|
committer | Pavan Kumar Sunkara <[email protected]> | 2020-08-24 10:10:41 +0100 |
commit | a8fa5cd42e3cfa131121a46b289ee919e495316e (patch) | |
tree | d72e341c36d588cc44832ed43f769ef345274c54 /crates/vfs | |
parent | e65d48d1fb3d4d91d9dc1148a7a836ff5c9a3c87 (diff) |
Add version to deps in cargo.toml
Diffstat (limited to 'crates/vfs')
-rw-r--r-- | crates/vfs/Cargo.toml | 2 |
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 | |||
12 | rustc-hash = "1.0" | 12 | rustc-hash = "1.0" |
13 | fst = "0.4" | 13 | fst = "0.4" |
14 | 14 | ||
15 | paths = { path = "../paths" } | 15 | paths = { path = "../paths", version = "0.0.0" } |