diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-06-28 20:32:37 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-06-28 20:32:37 +0100 |
commit | f7d681df26947eb91597938c6bb113c2c006ff0c (patch) | |
tree | 04d596ab9f8ae2154b1a30bb611bc91a5445d812 /crates/ra_hir_ty/Cargo.toml | |
parent | 117cf0b85bc8022a939fe43054f64aaa35117dd9 (diff) | |
parent | 3fe0d73670a3ee3c5d33c516fc21db55cf88c9fb (diff) |
Merge #5112
5112: Update Chalk to released version r=flodiebold a=flodiebold
Co-authored-by: Florian Diebold <[email protected]>
Diffstat (limited to 'crates/ra_hir_ty/Cargo.toml')
-rw-r--r-- | crates/ra_hir_ty/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ra_hir_ty/Cargo.toml b/crates/ra_hir_ty/Cargo.toml index 407322dc1..d6df48db2 100644 --- a/crates/ra_hir_ty/Cargo.toml +++ b/crates/ra_hir_ty/Cargo.toml | |||
@@ -27,8 +27,8 @@ test_utils = { path = "../test_utils" } | |||
27 | 27 | ||
28 | scoped-tls = "1" | 28 | scoped-tls = "1" |
29 | 29 | ||
30 | chalk-solve = { version = "0.15.0-dev.0", git = "https://github.com/rust-lang/chalk" } | 30 | chalk-solve = { version = "0.15.0" } |
31 | chalk-ir = { version = "0.15.0-dev.0", git = "https://github.com/rust-lang/chalk" } | 31 | chalk-ir = { version = "0.15.0" } |
32 | 32 | ||
33 | [dev-dependencies] | 33 | [dev-dependencies] |
34 | insta = "0.16.0" | 34 | insta = "0.16.0" |