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 9573d5ac35..8f989bc0ae 100644 --- a/crates/hir_def/Cargo.toml +++ b/crates/hir_def/Cargo.toml @@ -21,7 +21,7 @@ fst = { version = "0.4", default-features = false } itertools = "0.10.0" indexmap = "1.4.0" smallvec = "1.4.0" -la-arena = { version = "0.2.0", path = "../../lib/arena" } +la-arena = { version = "0.3.0", path = "../../lib/arena" } stdx = { path = "../stdx", version = "0.0.0" } base_db = { path = "../base_db", version = "0.0.0" } |