Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-def/Cargo.toml')
| -rw-r--r-- | crates/hir-def/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-def/Cargo.toml b/crates/hir-def/Cargo.toml index d369c3ed28..8222212936 100644 --- a/crates/hir-def/Cargo.toml +++ b/crates/hir-def/Cargo.toml @@ -26,7 +26,7 @@ itertools = "0.10.3" indexmap = "1.8.0" smallvec = "1.8.0" arrayvec = "0.7.2" -la-arena = { version = "0.3.0", path = "../../lib/arena" } +la-arena = { version = "0.3.0", path = "../../lib/la-arena" } stdx = { path = "../stdx", version = "0.0.0" } base-db = { path = "../base-db", version = "0.0.0" } |