]> git.lizzy.rs Git - rust.git/blobdiff - crates/hir_ty/Cargo.toml
Add const generics
[rust.git] / crates / hir_ty / Cargo.toml
index 850aaaa5a9143a6c2aeaf2c8cb2edf87848f1e16..d2bfca53adaa1cb8d2a3b774e327293ef762125f 100644 (file)
@@ -18,9 +18,9 @@ ena = "0.14.0"
 tracing = "0.1"
 rustc-hash = "1.1.0"
 scoped-tls = "1"
-chalk-solve = { version = "0.76", default-features = false }
-chalk-ir = "0.76"
-chalk-recursive = { version = "0.76", default-features = false }
+chalk-solve = { version = "0.79", default-features = false }
+chalk-ir = "0.79"
+chalk-recursive = { version = "0.79", default-features = false }
 la-arena = { version = "0.3.0", path = "../../lib/arena" }
 once_cell = { version = "1.5.0" }
 typed-arena = "2.0.1"