diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-08-17 11:53:33 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-08-17 11:53:33 +0100 |
commit | c2dcabef2a3fab42bbdf1fa6f05e89a02dd6afa3 (patch) | |
tree | 7786247cca7965d40866da6e963e20650c64bb8d /crates/ra_project_model | |
parent | cd2434999768d3767814bc8b437bd5fb91263ef6 (diff) | |
parent | 42ae888629144ac703441b4d9a5c3e4646bac3ae (diff) |
Merge #1692
1692: :arrow_up: deps r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_project_model')
-rw-r--r-- | crates/ra_project_model/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_project_model/Cargo.toml b/crates/ra_project_model/Cargo.toml index 4fd6c75ef..ae6b91aa6 100644 --- a/crates/ra_project_model/Cargo.toml +++ b/crates/ra_project_model/Cargo.toml | |||
@@ -8,7 +8,7 @@ authors = ["rust-analyzer developers"] | |||
8 | log = "0.4.5" | 8 | log = "0.4.5" |
9 | rustc-hash = "1.0" | 9 | rustc-hash = "1.0" |
10 | 10 | ||
11 | cargo_metadata = "0.8.0" | 11 | cargo_metadata = "0.8.2" |
12 | 12 | ||
13 | ra_arena = { path = "../ra_arena" } | 13 | ra_arena = { path = "../ra_arena" } |
14 | ra_db = { path = "../ra_db" } | 14 | ra_db = { path = "../ra_db" } |