Skip to content

Commit 400acf6

Browse files
committed
0.8.2
1 parent a85e71b commit 400acf6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 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.1"
6+
version = "0.8.2"
77
authors = [ "Kevin Mehall <[email protected]>" ]
88
license = "MIT"
99
repository = "https://github.com/kevinmehall/rust-peg"
@@ -15,8 +15,8 @@ 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.1" }
19-
peg-runtime = { path = "./peg-runtime", version = "= 0.8.1" }
18+
peg-macros = { path = "./peg-macros", version = "= 0.8.2" }
19+
peg-runtime = { path = "./peg-runtime", version = "= 0.8.2" }
2020

2121
[dev-dependencies]
2222
trybuild = "1.0.80"

peg-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "peg-macros"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors = [ "Kevin Mehall <[email protected]>" ]
55
license = "MIT"
66
repository = "https://github.com/kevinmehall/rust-peg"
@@ -10,7 +10,7 @@ edition = "2018"
1010
[dependencies]
1111
quote = "1.0"
1212
proc-macro2 = "1.0.24"
13-
peg-runtime = { version = "= 0.8.1", path = "../peg-runtime" }
13+
peg-runtime = { version = "= 0.8.2", path = "../peg-runtime" }
1414

1515
[features]
1616
trace = []

peg-runtime/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-runtime"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors = [ "Kevin Mehall <[email protected]>" ]
55
license = "MIT"
66
repository = "https://github.com/kevinmehall/rust-peg"

0 commit comments

Comments
 (0)