Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/project_model/Cargo.toml')
| -rw-r--r-- | crates/project_model/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/project_model/Cargo.toml b/crates/project_model/Cargo.toml index 949325fc82..2cba46a59b 100644 --- a/crates/project_model/Cargo.toml +++ b/crates/project_model/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0.106", features = ["derive"] } serde_json = "1.0.48" anyhow = "1.0.26" expect-test = "1.2.0-pre.1" -la-arena = { version = "0.2.0", path = "../../lib/arena" } +la-arena = { version = "0.3.0", path = "../../lib/arena" } cfg = { path = "../cfg", version = "0.0.0" } base_db = { path = "../base_db", version = "0.0.0" } |