aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_ty
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-11-02 17:02:21 +0000
committerGitHub <[email protected]>2020-11-02 17:02:21 +0000
commit4e80002aceadcff666f800d8bea7bd6e3d977946 (patch)
tree0367f5495622926ace559648a00aebed14613ef6 /crates/hir_ty
parentcb04f0c019bdd77406a7feb6ae7f4a17924d0693 (diff)
parent0403e82d91ea4d17bd6dac27b5e7eed73796ee0a (diff)
Merge #6442
6442: Bump chalk and lexer r=kjeremy a=kjeremy Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates/hir_ty')
-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 3b822d223..fdc65a5c3 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.36", default-features = false } 20chalk-solve = { version = "0.37", default-features = false }
21chalk-ir = "0.36" 21chalk-ir = "0.37"
22chalk-recursive = "0.36" 22chalk-recursive = "0.37"
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" }