File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ exclude = [
62
62
[workspace .dependencies ]
63
63
# tidy-alphabetical-start
64
64
bitflags = " 2.9.3"
65
+ either = " 1.15.0"
65
66
itertools = " 0.12.1"
66
67
# FIXME: Remove this pin once this rustix issue is resolved
67
68
# https://github.com/bytecodealliance/rustix/issues/1496
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2024"
5
5
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
- either = " 1.5.0 "
8
+ either.workspace = true
9
9
itertools.workspace = true
10
10
polonius-engine = " 0.13.0"
11
11
rustc_abi = { path = " ../rustc_abi" }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2024"
5
5
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
- either = " 1 "
8
+ either.workspace = true
9
9
rustc_abi = { path = " ../rustc_abi" }
10
10
rustc_apfloat = " 0.2.0"
11
11
rustc_ast = { path = " ../rustc_ast" }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2024"
7
7
# tidy-alphabetical-start
8
8
arrayvec = { version = " 0.7" , default-features = false }
9
9
bitflags.workspace = true
10
- either = " 1.0 "
10
+ either.workspace = true
11
11
elsa = " 1.11.0"
12
12
ena = " 0.14.3"
13
13
indexmap = " 2.4.0"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2024"
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
8
bitflags.workspace = true
9
- either = " 1.5.0 "
9
+ either.workspace = true
10
10
gsgdt = " 0.1.2"
11
11
polonius-engine = " 0.13.0"
12
12
rustc_abi = { path = " ../rustc_abi" }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2024"
5
5
6
6
[dependencies ]
7
7
# tidy-alphabetical-start
8
- either = " 1 "
8
+ either.workspace = true
9
9
itertools.workspace = true
10
10
rustc_abi = { path = " ../rustc_abi" }
11
11
rustc_arena = { path = " ../rustc_arena" }
You can’t perform that action at this time.
0 commit comments