Skip to content

Commit 0202684

Browse files
committed
Add polonius-engine to [workspace.dependencies].
1 parent 04dc9e1 commit 0202684

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
@@ -70,6 +70,7 @@ libc = "0.2.174"
7070
measureme = "12.0.3"
7171
memchr = "2.7.5"
7272
odht = { version = "0.3.1", features = ["nightly"] }
73+
polonius-engine = "0.13.0"
7374
proc-macro2 = "1.0.101"
7475
quote = "1.0.40"
7576
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)