diff --git a/Cargo.toml b/Cargo.toml index 8d0c600..05dfea6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["./peg-syntax-ext", "./peg-tests"] [package] name = "peg" -version = "0.5.1" +version = "0.5.2" authors = [ "Kevin Mehall " ] license = "MIT" repository = "https://github.com/kevinmehall/rust-peg" diff --git a/peg-syntax-ext/Cargo.toml b/peg-syntax-ext/Cargo.toml index 592b4d3..95063b8 100644 --- a/peg-syntax-ext/Cargo.toml +++ b/peg-syntax-ext/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "peg-syntax-ext" -version = "0.5.0" +version = "0.5.2" authors = [ "Kevin Mehall " ] license = "MIT" repository = "https://github.com/kevinmehall/rust-peg"