Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmehall committed Apr 29, 2017
1 parent de234b2 commit 44a04cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["./peg-syntax-ext", "./peg-tests"]

[package]
name = "peg"
version = "0.5.1"
version = "0.5.2"
authors = [ "Kevin Mehall <[email protected]>" ]
license = "MIT"
repository = "https://github.com/kevinmehall/rust-peg"
Expand Down
2 changes: 1 addition & 1 deletion peg-syntax-ext/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "peg-syntax-ext"
version = "0.5.0"
version = "0.5.2"
authors = [ "Kevin Mehall <[email protected]>" ]
license = "MIT"
repository = "https://github.com/kevinmehall/rust-peg"
Expand Down

0 comments on commit 44a04cc

Please sign in to comment.