Skip to content

Commit

Permalink
publish polonius-engine 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Dec 27, 2018
1 parent f1f674e commit 39a23d0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ failure = "0.1.1"
rustc-hash = "1.0.0"
structopt = "0.2.8"
clap = "2.31.2"
polonius-engine = {version = "0.6.0", path = "polonius-engine" }
polonius-engine = {version = "0.6.2", path = "polonius-engine" }
polonius-parser = {version = "0.2.0", path = "polonius-parser" }

[workspace]
5 changes: 5 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@

# polonius-engine

## v0.6.2

- adopt the new datafrog 2.0 dependency (#95)
- some deduplicated dependencies and other improvements (#93, #91, #90)

## v0.6.1

- adopt the new datafrog 1.0 dependency and optimize with leapfrog joins (#88)
Expand Down
2 changes: 1 addition & 1 deletion polonius-engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polonius-engine"
version = "0.6.1"
version = "0.6.2"
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 39a23d0

Please sign in to comment.