mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Bump chalk
This commit is contained in:
parent
eb879ee06c
commit
e98b072da7
2 changed files with 11 additions and 11 deletions
|
@ -18,9 +18,9 @@ ena = "0.14.0"
|
|||
tracing = "0.1"
|
||||
rustc-hash = "1.1.0"
|
||||
scoped-tls = "1"
|
||||
chalk-solve = { version = "0.72", default-features = false }
|
||||
chalk-ir = "0.72"
|
||||
chalk-recursive = { version = "0.72", default-features = false }
|
||||
chalk-solve = { version = "0.73", default-features = false }
|
||||
chalk-ir = "0.73"
|
||||
chalk-recursive = { version = "0.73", default-features = false }
|
||||
la-arena = { version = "0.3.0", path = "../../lib/arena" }
|
||||
once_cell = { version = "1.5.0" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue