aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs_glob
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_vfs_glob')
-rw-r--r--crates/ra_vfs_glob/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_vfs_glob/Cargo.toml b/crates/ra_vfs_glob/Cargo.toml
index 09ba3d3bf..d1073b2be 100644
--- a/crates/ra_vfs_glob/Cargo.toml
+++ b/crates/ra_vfs_glob/Cargo.toml
@@ -5,5 +5,5 @@ version = "0.1.0"
5authors = ["rust-analyzer developers"] 5authors = ["rust-analyzer developers"]
6 6
7[dependencies] 7[dependencies]
8ra_vfs = "0.3.0" 8ra_vfs = "0.4.0"
9globset = "0.4.4" 9globset = "0.4.4"