Skip to content

Commit da55102

Browse files
committed
Upgrade to 0.2.0 and prepare for release
1 parent 627bc97 commit da55102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nom-parse-macros"
33
description = "Procedural macros for generating parser functions for the nom libary"
4-
version = "0.1.1"
4+
version = "0.2.0"
55
license = "MIT/Apache-2.0"
66
keywords = ["nom", "parser", "parsable"]
77
categories = ["parsing"]
@@ -45,5 +45,5 @@ itertools = "0.14.0"
4545
phf = { version = "0.11.2", features = ["macros"] }
4646

4747
[dev-dependencies]
48-
nom-parse-trait = "0.1"
48+
nom-parse-trait = "0.2.0"
4949
nom = "7.1"

0 commit comments

Comments
 (0)