diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-01-17 08:43:34 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-17 08:43:34 +0000 |
commit | 44a995dd43b5789cdf14c2a8ab879f8d034ccba0 (patch) | |
tree | ffd5afcb559fd5d6387543d154ddd5cbce9efffe /crates/hir_expand | |
parent | 93e189604916a64423c5722c2b95722b79fec0cd (diff) | |
parent | 1c8feac01f7ba92c810ddeafde399b4d152dec4e (diff) |
Merge #7305
7305: :arrow_up: arena r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/hir_expand')
-rw-r--r-- | crates/hir_expand/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_expand/Cargo.toml b/crates/hir_expand/Cargo.toml index 1b1c7da65..5271110d2 100644 --- a/crates/hir_expand/Cargo.toml +++ b/crates/hir_expand/Cargo.toml | |||
@@ -13,7 +13,7 @@ doctest = false | |||
13 | log = "0.4.8" | 13 | log = "0.4.8" |
14 | either = "1.5.3" | 14 | either = "1.5.3" |
15 | rustc-hash = "1.0.0" | 15 | rustc-hash = "1.0.0" |
16 | la-arena = { version = "0.1.0", path = "../../lib/arena" } | 16 | la-arena = { version = "0.2.0", path = "../../lib/arena" } |
17 | 17 | ||
18 | base_db = { path = "../base_db", version = "0.0.0" } | 18 | base_db = { path = "../base_db", version = "0.0.0" } |
19 | syntax = { path = "../syntax", version = "0.0.0" } | 19 | syntax = { path = "../syntax", version = "0.0.0" } |