We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f6895 commit c3bb7bfCopy full SHA for c3bb7bf
crates/hir-ty/Cargo.toml
@@ -18,9 +18,9 @@ ena = "0.14.0"
18
tracing = "0.1.35"
19
rustc-hash = "1.1.0"
20
scoped-tls = "1.0.0"
21
-chalk-solve = { version = "0.83.0", default-features = false }
22
-chalk-ir = "0.83.0"
23
-chalk-recursive = { version = "0.83.0", default-features = false }
+chalk-solve = { version = "0.84.0", default-features = false }
+chalk-ir = "0.84.0"
+chalk-recursive = { version = "0.84.0", default-features = false }
24
la-arena = { version = "0.3.0", path = "../../lib/la-arena" }
25
once_cell = "1.12.0"
26
typed-arena = "2.0.1"
0 commit comments