Skip to content

Commit 4778255

Browse files
committed
Auto merge of #15637 - Wilfred:update_chalk, r=lnicola
Update chalk version This only pulls in one commit in Chalk, which is an improvement to inference for rust-analyzer: rust-lang/chalk#800
2 parents 0427a23 + 3a63255 commit 4778255

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hir-ty/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ oorandom = "11.1.3"
2323
tracing = "0.1.35"
2424
rustc-hash = "1.1.0"
2525
scoped-tls = "1.0.0"
26-
chalk-solve = { version = "0.92.0", default-features = false }
27-
chalk-ir = "0.92.0"
28-
chalk-recursive = { version = "0.92.0", default-features = false }
29-
chalk-derive = "0.92.0"
26+
chalk-solve = { version = "0.93.0", default-features = false }
27+
chalk-ir = "0.93.0"
28+
chalk-recursive = { version = "0.93.0", default-features = false }
29+
chalk-derive = "0.93.0"
3030
la-arena.workspace = true
3131
once_cell = "1.17.0"
3232
triomphe.workspace = true

0 commit comments

Comments
 (0)