mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
⬆️ rowan
This commit is contained in:
parent
911ff38eae
commit
1df711b95c
3 changed files with 6 additions and 6 deletions
|
@ -14,7 +14,7 @@ once_cell = "1.3.1"
|
|||
cfg-if = "1"
|
||||
libc = "0.2.73"
|
||||
la-arena = { version = "0.2.0", path = "../../lib/arena" }
|
||||
countme = { version = "2.0.0-pre.2", features = ["enable"] }
|
||||
countme = { version = "2.0.0", features = ["enable"] }
|
||||
jemalloc-ctl = { version = "0.3.3", optional = true }
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
|
|
|
@ -12,7 +12,7 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
itertools = "0.10.0"
|
||||
rowan = "0.12"
|
||||
rowan = "0.12.2"
|
||||
rustc_lexer = { version = "700.0.0", package = "rustc-ap-rustc_lexer" }
|
||||
rustc-hash = "1.1.0"
|
||||
arrayvec = "0.5.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue