We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627bc97 commit da55102Copy full SHA for da55102
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "nom-parse-macros"
3
description = "Procedural macros for generating parser functions for the nom libary"
4
-version = "0.1.1"
+version = "0.2.0"
5
license = "MIT/Apache-2.0"
6
keywords = ["nom", "parser", "parsable"]
7
categories = ["parsing"]
@@ -45,5 +45,5 @@ itertools = "0.14.0"
45
phf = { version = "0.11.2", features = ["macros"] }
46
47
[dev-dependencies]
48
-nom-parse-trait = "0.1"
+nom-parse-trait = "0.2.0"
49
nom = "7.1"
0 commit comments