We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555eab9 commit 84af9e7Copy full SHA for 84af9e7
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "nom"
4
-version = "8.0.0-alpha2"
+version = "8.0.0-beta.1"
5
authors = ["contact@geoffroycouprie.com"]
6
description = "A byte-oriented, zero-copy, parser combinators library"
7
license = "MIT"
nom-language/Cargo.toml
@@ -1,11 +1,11 @@
name = "nom-language"
-version = "0.0.1"
+version = "0.1.0-alpha.1"
description = "Language parsing focused combinators for the nom parser library"
edition = "2021"
8
repository = "https://github.com/rust-bakery/nom"
9
10
[dependencies]
11
-nom = { path = "..", version = "8.0.0-alpha2" }
+nom = { path = "..", version = "8.0.0-beta.1" }
0 commit comments