diff --git a/Cargo.toml b/Cargo.toml index d88e70a4..80e065e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "nom" -version = "8.0.0-alpha2" +version = "8.0.0-beta.1" authors = ["contact@geoffroycouprie.com"] description = "A byte-oriented, zero-copy, parser combinators library" license = "MIT" diff --git a/nom-language/Cargo.toml b/nom-language/Cargo.toml index 0503cd7d..3e592a42 100644 --- a/nom-language/Cargo.toml +++ b/nom-language/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nom-language" -version = "0.0.1" +version = "0.1.0-alpha.1" authors = ["contact@geoffroycouprie.com"] description = "Language parsing focused combinators for the nom parser library" edition = "2021" @@ -8,4 +8,4 @@ license = "MIT" repository = "https://github.com/rust-bakery/nom" [dependencies] -nom = { path = "..", version = "8.0.0-alpha2" } \ No newline at end of file +nom = { path = "..", version = "8.0.0-beta.1" } \ No newline at end of file