diff options
author | Aramis Razzaghipour <[email protected]> | 2021-01-17 06:52:57 +0000 |
---|---|---|
committer | Aramis Razzaghipour <[email protected]> | 2021-01-17 06:52:57 +0000 |
commit | 709034d123c78c607a60b098c6f576414d4df451 (patch) | |
tree | d5d2ef0fe5bd44d1bcd57423f116551ba79cd488 /crates/hir_ty | |
parent | 054e2061521292a72748510f3f6cb7c8b1e8611b (diff) |
Depend on local copy of la-arena instead of crates.io’s
Diffstat (limited to 'crates/hir_ty')
-rw-r--r-- | crates/hir_ty/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index 436c1405b..a6916af90 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml | |||
@@ -20,7 +20,7 @@ scoped-tls = "1" | |||
20 | chalk-solve = { version = "0.47", default-features = false } | 20 | chalk-solve = { version = "0.47", default-features = false } |
21 | chalk-ir = "0.47" | 21 | chalk-ir = "0.47" |
22 | chalk-recursive = "0.47" | 22 | chalk-recursive = "0.47" |
23 | la-arena = "0.1.0" | 23 | la-arena = { version = "0.1.0", path = "../../lib/arena" } |
24 | 24 | ||
25 | stdx = { path = "../stdx", version = "0.0.0" } | 25 | stdx = { path = "../stdx", version = "0.0.0" } |
26 | hir_def = { path = "../hir_def", version = "0.0.0" } | 26 | hir_def = { path = "../hir_def", version = "0.0.0" } |