Skip to content

Commit

Permalink
update polonius-engine to v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd committed Aug 1, 2021
1 parent c14849f commit 7cb0777
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -11,11 +11,11 @@ edition = "2018"

[dev-dependencies]
diff = "0.1.0"
polonius-parser = {version = "0.4.0", path = "polonius-parser" }
polonius-parser = { path = "./polonius-parser" }

[dependencies]
rustc-hash = "1.0.0"
polonius-engine = {version = "0.12.0", path = "polonius-engine" }
polonius-engine = { path = "./polonius-engine" }
log = "0.4"
petgraph = "0.4.13"
pico-args = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion polonius-engine/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "polonius-engine"
version = "0.12.1"
version = "0.13.0"
authors = ["The Rust Project Developers", "Polonius Developers"]
description = "Core definition for the Rust borrow checker"
license = "Apache-2.0/MIT"
Expand Down

0 comments on commit 7cb0777

Please sign in to comment.