Skip to content

Commit 3a63255

Browse files
committed
Update chalk version
1 parent 0427a23 commit 3a63255

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)