Skip to content

Commit

Permalink
v0.8.4
Browse files Browse the repository at this point in the history
peg-runtime unchanged
  • Loading branch information
kevinmehall committed Jul 21, 2024
1 parent 8aa2de0 commit fc7d27f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["./peg-macros", "./peg-runtime"]

[package]
name = "peg"
version = "0.8.3"
version = "0.8.4"
authors = [ "Kevin Mehall <[email protected]>" ]
license = "MIT"
repository = "https://github.com/kevinmehall/rust-peg"
Expand All @@ -15,7 +15,7 @@ edition = "2018"
rust-version = "1.68.0" # if changed, also update .github/workflows/rust.yml

[dependencies]
peg-macros = { path = "./peg-macros", version = "= 0.8.3" }
peg-macros = { path = "./peg-macros", version = "= 0.8.4" }
peg-runtime = { path = "./peg-runtime", version = "= 0.8.3" }

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

0 comments on commit fc7d27f

Please sign in to comment.