aboutsummaryrefslogtreecommitdiff
path: root/crates/project_model/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-01-17 08:43:34 +0000
committerGitHub <[email protected]>2021-01-17 08:43:34 +0000
commit44a995dd43b5789cdf14c2a8ab879f8d034ccba0 (patch)
treeffd5afcb559fd5d6387543d154ddd5cbce9efffe /crates/project_model/Cargo.toml
parent93e189604916a64423c5722c2b95722b79fec0cd (diff)
parent1c8feac01f7ba92c810ddeafde399b4d152dec4e (diff)
Merge #7305
7305: :arrow_up: arena r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/project_model/Cargo.toml')
-rw-r--r--crates/project_model/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/project_model/Cargo.toml b/crates/project_model/Cargo.toml
index 0747fee96..436eff16b 100644
--- a/crates/project_model/Cargo.toml
+++ b/crates/project_model/Cargo.toml
@@ -17,7 +17,7 @@ serde = { version = "1.0.106", features = ["derive"] }
17serde_json = "1.0.48" 17serde_json = "1.0.48"
18anyhow = "1.0.26" 18anyhow = "1.0.26"
19itertools = "0.10.0" 19itertools = "0.10.0"
20la-arena = { version = "0.1.0", path = "../../lib/arena" } 20la-arena = { version = "0.2.0", path = "../../lib/arena" }
21 21
22cfg = { path = "../cfg", version = "0.0.0" } 22cfg = { path = "../cfg", version = "0.0.0" }
23base_db = { path = "../base_db", version = "0.0.0" } 23base_db = { path = "../base_db", version = "0.0.0" }