Skip to content

Commit 2adb246

Browse files
author
Albin Stjerna
committed
NLL: New Polonius version
1 parent b9de4ef commit 2adb246

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,9 +2324,9 @@ checksum = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
23242324

23252325
[[package]]
23262326
name = "polonius-engine"
2327-
version = "0.9.0"
2327+
version = "0.10.0"
23282328
source = "registry+https://github.com/rust-lang/crates.io-index"
2329-
checksum = "f6b8a5defa2aef9ba4999aaa745fbc01c622ecea35964a306adc3e44be4f3b5b"
2329+
checksum = "50fa9dbfd0d3d60594da338cfe6f94028433eecae4b11b7e83fd99759227bbfe"
23302330
dependencies = [
23312331
"datafrog",
23322332
"log",

src/librustc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ scoped-tls = "1.0"
2121
log = { version = "0.4", features = ["release_max_level_info", "std"] }
2222
rustc-rayon = "0.2.0"
2323
rustc-rayon-core = "0.2.0"
24-
polonius-engine = "0.9.0"
24+
polonius-engine = "0.10.0"
2525
rustc_apfloat = { path = "../librustc_apfloat" }
2626
rustc_target = { path = "../librustc_target" }
2727
rustc_macros = { path = "../librustc_macros" }

src/librustc_mir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ either = "1.5.0"
1515
dot = { path = "../libgraphviz", package = "graphviz" }
1616
log = "0.4"
1717
log_settings = "0.1.1"
18-
polonius-engine = "0.9.0"
18+
polonius-engine = "0.10.0"
1919
rustc = { path = "../librustc" }
2020
rustc_target = { path = "../librustc_target" }
2121
rustc_data_structures = { path = "../librustc_data_structures" }

0 commit comments

Comments
 (0)