File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ libc = "0.2.174"
70
70
measureme = " 12.0.3"
71
71
memchr = " 2.7.5"
72
72
odht = { version = " 0.3.1" , features = [" nightly" ] }
73
+ polonius-engine = " 0.13.0"
73
74
proc-macro2 = " 1.0.101"
74
75
quote = " 1.0.40"
75
76
rustc-hash = " 2.1.1"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2024"
7
7
# tidy-alphabetical-start
8
8
either.workspace = true
9
9
itertools.workspace = true
10
- polonius-engine = " 0.13.0 "
10
+ polonius-engine.workspace = true
11
11
rustc_abi = { path = " ../rustc_abi" }
12
12
rustc_data_structures = { path = " ../rustc_data_structures" }
13
13
rustc_errors = { path = " ../rustc_errors" }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2024"
8
8
bitflags.workspace = true
9
9
either.workspace = true
10
10
gsgdt = " 0.1.2"
11
- polonius-engine = " 0.13.0 "
11
+ polonius-engine.workspace = true
12
12
rustc_abi = { path = " ../rustc_abi" }
13
13
rustc_apfloat.workspace = true
14
14
rustc_arena = { path = " ../rustc_arena" }
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
- polonius-engine = " 0.13.0 "
8
+ polonius-engine.workspace = true
9
9
regex = " 1"
10
10
rustc_abi = { path = " ../rustc_abi" }
11
11
rustc_ast = { path = " ../rustc_ast" }
You can’t perform that action at this time.
0 commit comments