aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-10-25 11:50:36 +0100
committerGitHub <[email protected]>2019-10-25 11:50:36 +0100
commit4ab384c19d30e2ea1ead5886dfc1efc05521f075 (patch)
treedd075644911671bf53ff13b960bb321fea45d835 /crates
parent518f99e16b993e3414a81181c8bad7a89e590ece (diff)
parent27a0cb302577f3bc289c06ce5bc82a5c6e43538d (diff)
Merge #2068
2068: Specify working chalk revisions in manifest r=matklad a=lnicola CC #2067. Co-authored-by: LaurenČ›iu Nicola <[email protected]>
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_hir/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml
index 54c09788a..dce897d30 100644
--- a/crates/ra_hir/Cargo.toml
+++ b/crates/ra_hir/Cargo.toml
@@ -22,9 +22,9 @@ tt = { path = "../ra_tt", package = "ra_tt" }
22test_utils = { path = "../test_utils" } 22test_utils = { path = "../test_utils" }
23ra_prof = { path = "../ra_prof" } 23ra_prof = { path = "../ra_prof" }
24 24
25chalk-solve = { git = "https://github.com/rust-lang/chalk.git" } 25chalk-solve = { git = "https://github.com/rust-lang/chalk.git", rev = "13303bb0067c6ed0572322080ae367ee38f9e7c9" }
26chalk-rust-ir = { git = "https://github.com/rust-lang/chalk.git" } 26chalk-rust-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "13303bb0067c6ed0572322080ae367ee38f9e7c9" }
27chalk-ir = { git = "https://github.com/rust-lang/chalk.git" } 27chalk-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "13303bb0067c6ed0572322080ae367ee38f9e7c9" }
28lalrpop-intern = "0.15.1" 28lalrpop-intern = "0.15.1"
29 29
30[dev-dependencies] 30[dev-dependencies]