mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-18 17:40:29 +00:00
internal: cross-crate cov-marks
This commit is contained in:
parent
124123a53b
commit
0463d76a1f
12 changed files with 15 additions and 12 deletions
|
@ -11,7 +11,7 @@ edition = "2018"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
cov-mark = { version = "1.1", features = ["thread-local"] }
|
||||
cov-mark = "2.0.0-pre.1"
|
||||
itertools = "0.10.0"
|
||||
rowan = "=0.13.0-pre.6"
|
||||
rustc_lexer = { version = "721.0.0", package = "rustc-ap-rustc_lexer" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue