Skip to content

Commit 4a99950

Browse files
committed
0.8.1
1 parent 74c48c4 commit 4a99950

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.0"
6+
version = "0.8.1"
77
authors = [ "Kevin Mehall <[email protected]>" ]
88
license = "MIT"
99
repository = "https://github.com/kevinmehall/rust-peg"
@@ -14,8 +14,8 @@ readme = "README.md"
1414
edition = "2018"
1515

1616
[dependencies]
17-
peg-macros = { path = "./peg-macros", version = "= 0.8.0" }
18-
peg-runtime = { path = "./peg-runtime", version = "= 0.8.0" }
17+
peg-macros = { path = "./peg-macros", version = "= 0.8.1" }
18+
peg-runtime = { path = "./peg-runtime", version = "= 0.8.1" }
1919

2020
[dev-dependencies]
2121
trybuild = "1.0"

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

0 commit comments

Comments
 (0)