Skip to content

Commit fc7d27f

Browse files
committed
v0.8.4
peg-runtime unchanged
1 parent 8aa2de0 commit fc7d27f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["./peg-macros", "./peg-runtime"]
33

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

1717
[dependencies]
18-
peg-macros = { path = "./peg-macros", version = "= 0.8.3" }
18+
peg-macros = { path = "./peg-macros", version = "= 0.8.4" }
1919
peg-runtime = { path = "./peg-runtime", version = "= 0.8.3" }
2020

2121
[dev-dependencies]

peg-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "peg-macros"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
authors = [ "Kevin Mehall <[email protected]>" ]
55
license = "MIT"
66
repository = "https://github.com/kevinmehall/rust-peg"

0 commit comments

Comments
 (0)