aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2020-07-11 18:17:03 +0100
committerFlorian Diebold <[email protected]>2020-07-12 19:20:31 +0100
commit71d645101db8f3674ba5be4c55ac3732336ee4ba (patch)
tree11a26c8d2a448325e38fad42b779158e819e978d /crates
parentc82f5379de49344eb418cc6aaf5bf8c35bc4aaef (diff)
Upgrade Chalk
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_hir_ty/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/crates/ra_hir_ty/Cargo.toml b/crates/ra_hir_ty/Cargo.toml
index 3370230a1..90368220b 100644
--- a/crates/ra_hir_ty/Cargo.toml
+++ b/crates/ra_hir_ty/Cargo.toml
@@ -27,8 +27,9 @@ test_utils = { path = "../test_utils" }
27 27
28scoped-tls = "1" 28scoped-tls = "1"
29 29
30chalk-solve = { version = "0.15.0" } 30chalk-solve = { version = "0.17.0" }
31chalk-ir = { version = "0.15.0" } 31chalk-ir = { version = "0.17.0" }
32chalk-recursive = { version = "0.17.0" }
32 33
33[dev-dependencies] 34[dev-dependencies]
34insta = "0.16.0" 35insta = "0.16.0"