From 1c8feac01f7ba92c810ddeafde399b4d152dec4e Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 17 Jan 2021 11:41:45 +0300 Subject: :arrow_up: arena --- crates/hir_ty/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/hir_ty/Cargo.toml') diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index a6916af90..98434b741 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml @@ -20,7 +20,7 @@ scoped-tls = "1" chalk-solve = { version = "0.47", default-features = false } chalk-ir = "0.47" chalk-recursive = "0.47" -la-arena = { version = "0.1.0", path = "../../lib/arena" } +la-arena = { version = "0.2.0", path = "../../lib/arena" } stdx = { path = "../stdx", version = "0.0.0" } hir_def = { path = "../hir_def", version = "0.0.0" } -- cgit v1.2.3