Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/Cargo.toml')
| -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 06cdb1e4e0..10362f390b 100644 --- a/crates/hir-ty/Cargo.toml +++ b/crates/hir-ty/Cargo.toml @@ -21,7 +21,7 @@ scoped-tls = "1.0.0" chalk-solve = { version = "0.82.0", default-features = false } chalk-ir = "0.82.0" chalk-recursive = { version = "0.82.0", default-features = false } -la-arena = { version = "0.3.0", path = "../../lib/arena" } +la-arena = { version = "0.3.0", path = "../../lib/la-arena" } once_cell = "1.10.0" typed-arena = "2.0.1" |