aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty/Cargo.toml
diff options
context:
space:
mode:
authorNathan Whitaker <[email protected]>2020-09-28 19:24:11 +0100
committerNathan Whitaker <[email protected]>2020-09-28 19:24:11 +0100
commitf50458deaf8721052f924333bfce09b0b047a848 (patch)
tree748cc01f6d8ebe8bee242668e0d39fe02c852c9b /crates/hir_ty/Cargo.toml
parenteb79c2094f4328088b13a3dcf5fe253806c73c86 (diff)
Update chalk to 0.30.0
Diffstat (limited to 'crates/hir_ty/Cargo.toml')
-rw-r--r--crates/hir_ty/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml
index 74d9003ee..ed1c911c2 100644
--- a/crates/hir_ty/Cargo.toml
+++ b/crates/hir_ty/Cargo.toml
@@ -17,9 +17,9 @@ ena = "0.14.0"
17log = "0.4.8" 17log = "0.4.8"
18rustc-hash = "1.1.0" 18rustc-hash = "1.1.0"
19scoped-tls = "1" 19scoped-tls = "1"
20chalk-solve = { version = "0.29.0" } 20chalk-solve = { version = "0.30.0" }
21chalk-ir = { version = "0.29.0" } 21chalk-ir = { version = "0.30.0" }
22chalk-recursive = { version = "0.29.0" } 22chalk-recursive = { version = "0.30.0" }
23 23
24stdx = { path = "../stdx", version = "0.0.0" } 24stdx = { path = "../stdx", version = "0.0.0" }
25hir_def = { path = "../hir_def", version = "0.0.0" } 25hir_def = { path = "../hir_def", version = "0.0.0" }