Skip to content

Commit

Permalink
Merge pull request #1793 from rust-bakery/beta.1
Browse files Browse the repository at this point in the history
nom 8.0.0-beta.1
  • Loading branch information
Geal authored Dec 8, 2024
2 parents 555eab9 + 84af9e7 commit 7afe3a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "nom"
version = "8.0.0-alpha2"
version = "8.0.0-beta.1"
authors = ["[email protected]"]
description = "A byte-oriented, zero-copy, parser combinators library"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions nom-language/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "nom-language"
version = "0.0.1"
version = "0.1.0-alpha.1"
authors = ["[email protected]"]
description = "Language parsing focused combinators for the nom parser library"
edition = "2021"
license = "MIT"
repository = "https://github.com/rust-bakery/nom"

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

0 comments on commit 7afe3a8

Please sign in to comment.