aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-10-22 18:22:09 +0100
committerGitHub <[email protected]>2019-10-22 18:22:09 +0100
commitc15ee97fff4324981d03f65210d794664c28f0e4 (patch)
treef3ceb719a5dcd5cd4deca55d0eb88f9d54718c0c /crates
parentba95de936df92b3901163249aed4e1bd769021df (diff)
parente9bab85b65b168dd6efa20313889e5a613700efd (diff)
Merge #2046
2046: Bump crates r=matklad a=kjeremy Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_project_model/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_project_model/Cargo.toml b/crates/ra_project_model/Cargo.toml
index a65100031..b31c95903 100644
--- a/crates/ra_project_model/Cargo.toml
+++ b/crates/ra_project_model/Cargo.toml
@@ -8,7 +8,7 @@ authors = ["rust-analyzer developers"]
8log = "0.4.5" 8log = "0.4.5"
9rustc-hash = "1.0" 9rustc-hash = "1.0"
10 10
11cargo_metadata = "0.8.2" 11cargo_metadata = "0.9.0"
12 12
13ra_arena = { path = "../ra_arena" } 13ra_arena = { path = "../ra_arena" }
14ra_db = { path = "../ra_db" } 14ra_db = { path = "../ra_db" }