aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/Cargo.toml
diff options
context:
space:
mode:
authorFlorian Diebold <[email protected]>2019-11-02 14:32:08 +0000
committerFlorian Diebold <[email protected]>2019-11-02 14:32:08 +0000
commitc5e44b208418c7090d9dd4bf3e5bc4dc140af91a (patch)
tree813ff927513be2d2c31640e5beca8fc16f40b802 /crates/ra_hir/Cargo.toml
parenteb8f76a86fe88fcad370577b344f397dd6118cfd (diff)
Upgrade Chalk
Diffstat (limited to 'crates/ra_hir/Cargo.toml')
-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 5df371bc0..fae5dc7cb 100644
--- a/crates/ra_hir/Cargo.toml
+++ b/crates/ra_hir/Cargo.toml
@@ -24,9 +24,9 @@ hir_def = { path = "../ra_hir_def", package = "ra_hir_def" }
24test_utils = { path = "../test_utils" } 24test_utils = { path = "../test_utils" }
25ra_prof = { path = "../ra_prof" } 25ra_prof = { path = "../ra_prof" }
26 26
27chalk-solve = { git = "https://github.com/rust-lang/chalk.git", rev = "8314f2fcec8582a58c24b638f1a259d4145a0809" } 27chalk-solve = { git = "https://github.com/rust-lang/chalk.git", rev = "50f9f636123bd88d0cc1b958749981d6702e4d05" }
28chalk-rust-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "8314f2fcec8582a58c24b638f1a259d4145a0809" } 28chalk-rust-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "50f9f636123bd88d0cc1b958749981d6702e4d05" }
29chalk-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "8314f2fcec8582a58c24b638f1a259d4145a0809" } 29chalk-ir = { git = "https://github.com/rust-lang/chalk.git", rev = "50f9f636123bd88d0cc1b958749981d6702e4d05" }
30lalrpop-intern = "0.15.1" 30lalrpop-intern = "0.15.1"
31 31
32[dev-dependencies] 32[dev-dependencies]