From 709034d123c78c607a60b098c6f576414d4df451 Mon Sep 17 00:00:00 2001 From: Aramis Razzaghipour Date: Sun, 17 Jan 2021 17:52:57 +1100 Subject: =?UTF-8?q?Depend=20on=20local=20copy=20of=20la-arena=20instead=20?= =?UTF-8?q?of=20crates.io=E2=80=99s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/hir_def/Cargo.toml | 2 +- crates/hir_expand/Cargo.toml | 2 +- crates/hir_ty/Cargo.toml | 2 +- crates/profile/Cargo.toml | 2 +- crates/project_model/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'crates') diff --git a/crates/hir_def/Cargo.toml b/crates/hir_def/Cargo.toml index 5d21283f7..023d288d1 100644 --- a/crates/hir_def/Cargo.toml +++ b/crates/hir_def/Cargo.toml @@ -20,7 +20,7 @@ fst = { version = "0.4", default-features = false } itertools = "0.10.0" indexmap = "1.4.0" smallvec = "1.4.0" -la-arena = "0.1.0" +la-arena = { version = "0.1.0", path = "../../lib/arena" } stdx = { path = "../stdx", version = "0.0.0" } base_db = { path = "../base_db", version = "0.0.0" } diff --git a/crates/hir_expand/Cargo.toml b/crates/hir_expand/Cargo.toml index b535a3d4f..1b1c7da65 100644 --- a/crates/hir_expand/Cargo.toml +++ b/crates/hir_expand/Cargo.toml @@ -13,7 +13,7 @@ doctest = false log = "0.4.8" either = "1.5.3" rustc-hash = "1.0.0" -la-arena = "0.1.0" +la-arena = { version = "0.1.0", path = "../../lib/arena" } base_db = { path = "../base_db", version = "0.0.0" } syntax = { path = "../syntax", version = "0.0.0" } diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index 436c1405b..a6916af90 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml @@ -20,7 +20,7 @@ scoped-tls = "1" chalk-solve = { version = "0.47", default-features = false } chalk-ir = "0.47" chalk-recursive = "0.47" -la-arena = "0.1.0" +la-arena = { version = "0.1.0", path = "../../lib/arena" } stdx = { path = "../stdx", version = "0.0.0" } hir_def = { path = "../hir_def", version = "0.0.0" } diff --git a/crates/profile/Cargo.toml b/crates/profile/Cargo.toml index 096233a09..1b8f610bb 100644 --- a/crates/profile/Cargo.toml +++ b/crates/profile/Cargo.toml @@ -13,7 +13,7 @@ doctest = false once_cell = "1.3.1" cfg-if = "1" libc = "0.2.73" -la-arena = "0.1.0" +la-arena = { version = "0.1.0", path = "../../lib/arena" } [target.'cfg(target_os = "linux")'.dependencies] perf-event = "0.4" diff --git a/crates/project_model/Cargo.toml b/crates/project_model/Cargo.toml index 51e7a7070..0747fee96 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" itertools = "0.10.0" -la-arena = "0.1.0" +la-arena = { version = "0.1.0", path = "../../lib/arena" } cfg = { path = "../cfg", version = "0.0.0" } base_db = { path = "../base_db", version = "0.0.0" } -- cgit v1.2.3