mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Bump either
This commit is contained in:
parent
2dbdaa247b
commit
cb8434e594
11 changed files with 12 additions and 11 deletions
|
@ -18,7 +18,7 @@ cov-mark = "2.0.0-pre.1"
|
|||
# We need to freeze the version of the crate, as the raw-api feature is considered unstable
|
||||
dashmap = { version = "=5.4.0", features = ["raw-api"] }
|
||||
drop_bomb = "0.1.5"
|
||||
either = "1.7.0"
|
||||
either.workspace = true
|
||||
fst = { version = "0.4.7", default-features = false }
|
||||
indexmap = "2.0.0"
|
||||
itertools.workspace = true
|
||||
|
|
|
@ -14,7 +14,7 @@ doctest = false
|
|||
[dependencies]
|
||||
cov-mark = "2.0.0-pre.1"
|
||||
tracing.workspace = true
|
||||
either = "1.7.0"
|
||||
either.workspace = true
|
||||
rustc-hash = "1.1.0"
|
||||
la-arena.workspace = true
|
||||
itertools.workspace = true
|
||||
|
|
|
@ -18,7 +18,7 @@ arrayvec = "0.7.2"
|
|||
bitflags = "2.1.0"
|
||||
smallvec.workspace = true
|
||||
ena = "0.14.0"
|
||||
either = "1.7.0"
|
||||
either.workspace = true
|
||||
oorandom = "11.1.3"
|
||||
tracing.workspace = true
|
||||
rustc-hash = "1.1.0"
|
||||
|
|
|
@ -13,7 +13,7 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
rustc-hash = "1.1.0"
|
||||
either = "1.7.0"
|
||||
either.workspace = true
|
||||
arrayvec = "0.7.2"
|
||||
itertools.workspace = true
|
||||
smallvec.workspace = true
|
||||
|
|
|
@ -15,7 +15,7 @@ doctest = false
|
|||
cov-mark = "2.0.0-pre.1"
|
||||
|
||||
itertools.workspace = true
|
||||
either = "1.7.0"
|
||||
either.workspace = true
|
||||
smallvec.workspace = true
|
||||
|
||||
# local deps
|
||||
|
|
|
@ -18,7 +18,7 @@ rayon = "1.6.1"
|
|||
fst = { version = "0.4.7", default-features = false }
|
||||
rustc-hash = "1.1.0"
|
||||
once_cell = "1.17.0"
|
||||
either = "1.7.0"
|
||||
either.workspace = true
|
||||
itertools.workspace = true
|
||||
arrayvec = "0.7.2"
|
||||
indexmap = "2.0.0"
|
||||
|
|
|
@ -13,7 +13,7 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
cov-mark = "2.0.0-pre.1"
|
||||
either = "1.7.0"
|
||||
either.workspace = true
|
||||
itertools.workspace = true
|
||||
serde_json = "1.0.86"
|
||||
once_cell = "1.17.0"
|
||||
|
|
|
@ -14,7 +14,7 @@ doctest = false
|
|||
[dependencies]
|
||||
cov-mark = "2.0.0-pre.1"
|
||||
crossbeam-channel = "0.5.5"
|
||||
either = "1.7.0"
|
||||
either.workspace = true
|
||||
itertools.workspace = true
|
||||
tracing.workspace = true
|
||||
oorandom = "11.1.3"
|
||||
|
|
|
@ -14,7 +14,7 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
cov-mark = "2.0.0-pre.1"
|
||||
either = "1.7.0"
|
||||
either.workspace = true
|
||||
itertools.workspace = true
|
||||
rowan = "0.15.11"
|
||||
rustc-hash = "1.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue