Skip to content

Commit 02dd316

Browse files
bors[bot]lnicola
andauthored
Merge #11829
11829: minor: Bump chalk r=lnicola a=lnicola Pulls in rust-lang/chalk#759. bors r+ Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
2 parents 4d05d29 + 85f797f commit 02dd316

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hir_ty/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ ena = "0.14.0"
1818
tracing = "0.1.32"
1919
rustc-hash = "1.1.0"
2020
scoped-tls = "1.0.0"
21-
chalk-solve = { version = "0.80.0", default-features = false }
22-
chalk-ir = "0.80.0"
23-
chalk-recursive = { version = "0.80.0", default-features = false }
21+
chalk-solve = { version = "0.81.0", default-features = false }
22+
chalk-ir = "0.81.0"
23+
chalk-recursive = { version = "0.81.0", default-features = false }
2424
la-arena = { version = "0.3.0", path = "../../lib/arena" }
2525
once_cell = "1.10.0"
2626
typed-arena = "2.0.1"

0 commit comments

Comments
 (0)