Skip to content

Commit fbabc13

Browse files
committed
use nom v7
1 parent b25fb00 commit fbabc13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ strum = { version = "*", features = ["strum_macros", "derive"] }
3131
strum_macros = "*"
3232
text_io = "*"
3333
z3 = "*"
34-
nom = "*"
34+
nom = "7"
3535
num = "*"
3636
num-traits = "*"
3737
itertools = "*"

0 commit comments

Comments
 (0)