aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_project_model/Cargo.toml
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2019-10-22 18:01:26 +0100
committerkjeremy <[email protected]>2019-10-22 18:01:26 +0100
commite9bab85b65b168dd6efa20313889e5a613700efd (patch)
treec7891464a62e232d5bb98c237ea3af34cbdf9774 /crates/ra_project_model/Cargo.toml
parent2dffae6f35ce4b5824df881a5c190daabd3efd3c (diff)
Bump crates
Diffstat (limited to 'crates/ra_project_model/Cargo.toml')
-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" }