Skip to content

Commit 7cb0777

Browse files
committed
update polonius-engine to v0.13
1 parent c14849f commit 7cb0777

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ edition = "2018"
1111

1212
[dev-dependencies]
1313
diff = "0.1.0"
14-
polonius-parser = {version = "0.4.0", path = "polonius-parser" }
14+
polonius-parser = { path = "./polonius-parser" }
1515

1616
[dependencies]
1717
rustc-hash = "1.0.0"
18-
polonius-engine = {version = "0.12.0", path = "polonius-engine" }
18+
polonius-engine = { path = "./polonius-engine" }
1919
log = "0.4"
2020
petgraph = "0.4.13"
2121
pico-args = "0.2"

polonius-engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polonius-engine"
3-
version = "0.12.1"
3+
version = "0.13.0"
44
authors = ["The Rust Project Developers", "Polonius Developers"]
55
description = "Core definition for the Rust borrow checker"
66
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)