Skip to content

Commit b16c66e

Browse files
committed
Add polonius-engine to [workspace.dependencies].
1 parent 20d0375 commit b16c66e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ libc = "=0.2.174"
7272
measureme = "12.0.3"
7373
memchr = "2.7.5"
7474
odht = { version = "0.3.1", features = ["nightly"] }
75+
polonius-engine = "0.13.0"
7576
proc-macro2 = "1.0.101"
7677
quote = "1.0.40"
7778
rustc-hash = "2.1.1"

compiler/rustc_borrowck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2024"
77
# tidy-alphabetical-start
88
either.workspace = true
99
itertools.workspace = true
10-
polonius-engine = "0.13.0"
10+
polonius-engine.workspace = true
1111
rustc_abi = { path = "../rustc_abi" }
1212
rustc_data_structures = { path = "../rustc_data_structures" }
1313
rustc_errors = { path = "../rustc_errors" }

compiler/rustc_middle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2024"
88
bitflags.workspace = true
99
either.workspace = true
1010
gsgdt = "0.1.2"
11-
polonius-engine = "0.13.0"
11+
polonius-engine.workspace = true
1212
rustc_abi = { path = "../rustc_abi" }
1313
rustc_apfloat.workspace = true
1414
rustc_arena = { path = "../rustc_arena" }

compiler/rustc_mir_dataflow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
99
regex = "1"
1010
rustc_abi = { path = "../rustc_abi" }
1111
rustc_ast = { path = "../rustc_ast" }

0 commit comments

Comments
 (0)