diff options
author | Casey Primozic <[email protected]> | 2020-10-07 20:11:22 +0100 |
---|---|---|
committer | Casey Primozic <[email protected]> | 2020-10-07 20:11:22 +0100 |
commit | 37df2138ecb4a66aa8547467c7774dc9d378567b (patch) | |
tree | 26b1769d26b90e2f86e471405f925c626dc47d7a /crates/hir_ty | |
parent | 13bdadb515fa08a3a24362c92cfc658b8cf159de (diff) |
Switch from git to latest tagged release of chalk deps
Diffstat (limited to 'crates/hir_ty')
-rw-r--r-- | crates/hir_ty/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/hir_ty/Cargo.toml b/crates/hir_ty/Cargo.toml index 15c536c89..0f3c85926 100644 --- a/crates/hir_ty/Cargo.toml +++ b/crates/hir_ty/Cargo.toml | |||
@@ -17,9 +17,9 @@ ena = "0.14.0" | |||
17 | log = "0.4.8" | 17 | log = "0.4.8" |
18 | rustc-hash = "1.1.0" | 18 | rustc-hash = "1.1.0" |
19 | scoped-tls = "1" | 19 | scoped-tls = "1" |
20 | chalk-solve = { git = "https://github.com/rust-lang/chalk.git", rev="ebe62c2bc46899a0a92eabb456b38ad2d40abbd0" } | 20 | chalk-solve = "0.32" |
21 | chalk-ir = { git = "https://github.com/rust-lang/chalk.git", rev="ebe62c2bc46899a0a92eabb456b38ad2d40abbd0" } | 21 | chalk-ir = "0.32" |
22 | chalk-recursive = { git = "https://github.com/rust-lang/chalk.git", rev="ebe62c2bc46899a0a92eabb456b38ad2d40abbd0" } | 22 | chalk-recursive = "0.32" |
23 | 23 | ||
24 | stdx = { path = "../stdx", version = "0.0.0" } | 24 | stdx = { path = "../stdx", version = "0.0.0" } |
25 | hir_def = { path = "../hir_def", version = "0.0.0" } | 25 | hir_def = { path = "../hir_def", version = "0.0.0" } |