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 @@ -72,6 +72,7 @@ libc = "=0.2.174"
7272measureme = " 12.0.3"
7373memchr = " 2.7.5"
7474odht = { version = " 0.3.1" , features = [" nightly" ] }
75+ polonius-engine = " 0.13.0"
7576proc-macro2 = " 1.0.101"
7677quote = " 1.0.40"
7778rustc-hash = " 2.1.1"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ edition = "2024"
77# tidy-alphabetical-start
88either.workspace = true
99itertools.workspace = true
10- polonius-engine = " 0.13.0 "
10+ polonius-engine.workspace = true
1111rustc_abi = { path = " ../rustc_abi" }
1212rustc_data_structures = { path = " ../rustc_data_structures" }
1313rustc_errors = { path = " ../rustc_errors" }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2024"
88bitflags.workspace = true
99either.workspace = true
1010gsgdt = " 0.1.2"
11- polonius-engine = " 0.13.0 "
11+ polonius-engine.workspace = true
1212rustc_abi = { path = " ../rustc_abi" }
1313rustc_apfloat.workspace = true
1414rustc_arena = { path = " ../rustc_arena" }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2024"
55
66[dependencies ]
77# tidy-alphabetical-start
8- polonius-engine = " 0.13.0 "
8+ polonius-engine.workspace = true
99regex = " 1"
1010rustc_abi = { path = " ../rustc_abi" }
1111rustc_ast = { path = " ../rustc_ast" }
You can’t perform that action at this time.
0 commit comments