Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_expand/Cargo.toml')
| -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 240193f9cf..b73a0c420f 100644 --- a/crates/hir_expand/Cargo.toml +++ b/crates/hir_expand/Cargo.toml @@ -13,7 +13,7 @@ cov-mark = "2.0.0-pre.1" tracing = "0.1" either = "1.5.3" rustc-hash = "1.0.0" -la-arena = { version = "0.2.0", path = "../../lib/arena" } +la-arena = { version = "0.3.0", path = "../../lib/arena" } itertools = "0.10.0" base_db = { path = "../base_db", version = "0.0.0" } |