Skip to content

Commit cb8434e

Browse files
committed
Bump either
1 parent 2dbdaa2 commit cb8434e

File tree

11 files changed

+12
-11
lines changed

11 files changed

+12
-11
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ lsp-server = { version = "0.7.4" }
9191

9292
# non-local crates
9393
anyhow = "1.0.75"
94+
either = "1.9.0"
9495
itertools = "0.12.0"
9596
smallvec = { version = "1.10.0", features = [
9697
"const_new",

crates/hir-def/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cov-mark = "2.0.0-pre.1"
1818
# We need to freeze the version of the crate, as the raw-api feature is considered unstable
1919
dashmap = { version = "=5.4.0", features = ["raw-api"] }
2020
drop_bomb = "0.1.5"
21-
either = "1.7.0"
21+
either.workspace = true
2222
fst = { version = "0.4.7", default-features = false }
2323
indexmap = "2.0.0"
2424
itertools.workspace = true

crates/hir-expand/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ doctest = false
1414
[dependencies]
1515
cov-mark = "2.0.0-pre.1"
1616
tracing.workspace = true
17-
either = "1.7.0"
17+
either.workspace = true
1818
rustc-hash = "1.1.0"
1919
la-arena.workspace = true
2020
itertools.workspace = true

crates/hir-ty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ arrayvec = "0.7.2"
1818
bitflags = "2.1.0"
1919
smallvec.workspace = true
2020
ena = "0.14.0"
21-
either = "1.7.0"
21+
either.workspace = true
2222
oorandom = "11.1.3"
2323
tracing.workspace = true
2424
rustc-hash = "1.1.0"

crates/hir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ doctest = false
1313

1414
[dependencies]
1515
rustc-hash = "1.1.0"
16-
either = "1.7.0"
16+
either.workspace = true
1717
arrayvec = "0.7.2"
1818
itertools.workspace = true
1919
smallvec.workspace = true

crates/ide-assists/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ doctest = false
1515
cov-mark = "2.0.0-pre.1"
1616

1717
itertools.workspace = true
18-
either = "1.7.0"
18+
either.workspace = true
1919
smallvec.workspace = true
2020

2121
# local deps

crates/ide-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rayon = "1.6.1"
1818
fst = { version = "0.4.7", default-features = false }
1919
rustc-hash = "1.1.0"
2020
once_cell = "1.17.0"
21-
either = "1.7.0"
21+
either.workspace = true
2222
itertools.workspace = true
2323
arrayvec = "0.7.2"
2424
indexmap = "2.0.0"

crates/ide-diagnostics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ doctest = false
1313

1414
[dependencies]
1515
cov-mark = "2.0.0-pre.1"
16-
either = "1.7.0"
16+
either.workspace = true
1717
itertools.workspace = true
1818
serde_json = "1.0.86"
1919
once_cell = "1.17.0"

crates/ide/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ doctest = false
1414
[dependencies]
1515
cov-mark = "2.0.0-pre.1"
1616
crossbeam-channel = "0.5.5"
17-
either = "1.7.0"
17+
either.workspace = true
1818
itertools.workspace = true
1919
tracing.workspace = true
2020
oorandom = "11.1.3"

0 commit comments

Comments
 (0)