mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Update lexer
This commit is contained in:
parent
0f8ee46edc
commit
41d1b4cd26
2 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ doctest = false
|
|||
[dependencies]
|
||||
itertools = "0.10.0"
|
||||
rowan = "0.12.2"
|
||||
rustc_lexer = { version = "708.0.0", package = "rustc-ap-rustc_lexer" }
|
||||
rustc_lexer = { version = "709.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