mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Merge #9062
9062: internal: Bump deps r=lnicola a=lnicola Fixes #9061 bors r+ Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
commit
f41b68637a
3 changed files with 36 additions and 48 deletions
|
@ -18,9 +18,9 @@ ena = "0.14.0"
|
|||
log = "0.4.8"
|
||||
rustc-hash = "1.1.0"
|
||||
scoped-tls = "1"
|
||||
chalk-solve = { version = "0.67", default-features = false }
|
||||
chalk-ir = "0.67"
|
||||
chalk-recursive = "0.67"
|
||||
chalk-solve = { version = "0.68", default-features = false }
|
||||
chalk-ir = "0.68"
|
||||
chalk-recursive = "0.68"
|
||||
la-arena = { version = "0.2.0", path = "../../lib/arena" }
|
||||
|
||||
stdx = { path = "../stdx", version = "0.0.0" }
|
||||
|
|
|
@ -14,7 +14,7 @@ doctest = false
|
|||
cov-mark = { version = "1.1", features = ["thread-local"] }
|
||||
itertools = "0.10.0"
|
||||
rowan = "=0.13.0-pre.6"
|
||||
rustc_lexer = { version = "720.0.0", package = "rustc-ap-rustc_lexer" }
|
||||
rustc_lexer = { version = "721.0.0", package = "rustc-ap-rustc_lexer" }
|
||||
rustc-hash = "1.1.0"
|
||||
arrayvec = "0.7"
|
||||
once_cell = "1.3.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue