Skip to content

Commit 84af9e7

Browse files
committed
nom 8.0.0-beta.1
1 parent 555eab9 commit 84af9e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "nom"
4-
version = "8.0.0-alpha2"
4+
version = "8.0.0-beta.1"
55
authors = ["contact@geoffroycouprie.com"]
66
description = "A byte-oriented, zero-copy, parser combinators library"
77
license = "MIT"

nom-language/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "nom-language"
3-
version = "0.0.1"
3+
version = "0.1.0-alpha.1"
44
authors = ["contact@geoffroycouprie.com"]
55
description = "Language parsing focused combinators for the nom parser library"
66
edition = "2021"
77
license = "MIT"
88
repository = "https://github.com/rust-bakery/nom"
99

1010
[dependencies]
11-
nom = { path = "..", version = "8.0.0-alpha2" }
11+
nom = { path = "..", version = "8.0.0-beta.1" }

0 commit comments

Comments
 (0)