diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-09-28 19:30:50 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-28 19:30:50 +0100 |
commit | 7b674f9ab491fdd01278c21f539e65239518e296 (patch) | |
tree | 8a666d00a923a3a16f4c78d70ed3ba22c6b2d2a4 /crates | |
parent | 550709175071a865a7e5101a910eee9e0f8761a2 (diff) | |
parent | f50458deaf8721052f924333bfce09b0b047a848 (diff) |
Merge #6088
6088: Update chalk to 0.30.0 r=flodiebold a=nathanwhit
Fixes #6078 and CI failures.
Co-authored-by: Nathan Whitaker <[email protected]>
Diffstat (limited to 'crates')
-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 74d9003ee..ed1c911c2 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 = { version = "0.29.0" } | 20 | chalk-solve = { version = "0.30.0" } |
21 | chalk-ir = { version = "0.29.0" } | 21 | chalk-ir = { version = "0.30.0" } |
22 | chalk-recursive = { version = "0.29.0" } | 22 | chalk-recursive = { version = "0.30.0" } |
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" } |