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 8fafdb1850..ecf3bcc8ab 100644 --- a/crates/project-model/Cargo.toml +++ b/crates/project-model/Cargo.toml @@ -18,7 +18,7 @@ serde = { version = "1.0.136", features = ["derive"] } serde_json = "1.0.79" anyhow = "1.0.56" expect-test = "1.2.2" -la-arena = { version = "0.3.0", path = "../../lib/arena" } +la-arena = { version = "0.3.0", path = "../../lib/la-arena" } cfg = { path = "../cfg", version = "0.0.0" } base-db = { path = "../base-db", version = "0.0.0" } |