aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_vfs_glob
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-08-25 11:13:37 +0100
committerGitHub <[email protected]>2019-08-25 11:13:37 +0100
commit1fbe5ffba8fdcdb47a53a06f2fd6a5fd8fc99bf3 (patch)
treefd0c5fbdd6fd1647737478b0d50c81591cd00a87 /crates/ra_vfs_glob
parentcd433ed194f7d3570c2bee2e5ac01917513e8aa3 (diff)
parentee932d464b2c15b9c130e734a01fc50e5a18d106 (diff)
Merge #1735
1735: :arrow_up: vfs r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
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 0390d7da1..09ba3d3bf 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.2.0" 8ra_vfs = "0.3.0"
9globset = "0.4.4" 9globset = "0.4.4"