aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs_glob
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2019-10-15 15:44:26 +0100
committerkjeremy <[email protected]>2019-10-17 18:08:33 +0100
commitc3045c68a95d34d9381dc288dde7cb00a6cefeef (patch)
treed19e51f41505b4170097312e74a94db04b3c4df1 /crates/ra_vfs_glob
parent6b588004c6853eeef9557ddcef90304d612367c0 (diff)
relative-path 1.0
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 d1073b2be..83749675f 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.4.0" 8ra_vfs = "0.5.0"
9globset = "0.4.4" 9globset = "0.4.4"