mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Bump rustc_lexer, cfg-if to 1.0 and add new license to check
This commit is contained in:
parent
e6a05e6566
commit
13bb0404a8
4 changed files with 38 additions and 30 deletions
|
@ -11,7 +11,7 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
once_cell = "1.3.1"
|
||||
cfg-if = "0.1.10"
|
||||
cfg-if = "1"
|
||||
libc = "0.2.73"
|
||||
backtrace = { version = "0.3.44", optional = true }
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ doctest = false
|
|||
[dependencies]
|
||||
itertools = "0.9.0"
|
||||
rowan = "0.10.0"
|
||||
rustc_lexer = { version = "681.0.0", package = "rustc-ap-rustc_lexer" }
|
||||
rustc_lexer = { version = "682.0.0", package = "rustc-ap-rustc_lexer" }
|
||||
rustc-hash = "1.1.0"
|
||||
arrayvec = "0.5.1"
|
||||
once_cell = "1.3.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue