Skip to content

Commit

Permalink
Merge #6086
Browse files Browse the repository at this point in the history
6086: chalk 0.29.0 r=kjeremy a=kjeremy



Co-authored-by: Jeremy Kolb <[email protected]>
  • Loading branch information
bors[bot] and kjeremy authored Sep 28, 2020
2 parents 0fb5d9d + 76dfac7 commit eb79c20
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions crates/hir_ty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ ena = "0.14.0"
log = "0.4.8"
rustc-hash = "1.1.0"
scoped-tls = "1"
chalk-solve = { version = "0.28.0" }
chalk-ir = { version = "0.28.0" }
chalk-recursive = { version = "0.28.0" }
chalk-solve = { version = "0.29.0" }
chalk-ir = { version = "0.29.0" }
chalk-recursive = { version = "0.29.0" }

stdx = { path = "../stdx", version = "0.0.0" }
hir_def = { path = "../hir_def", version = "0.0.0" }
Expand Down

0 comments on commit eb79c20

Please sign in to comment.