Specify a nom version in Cargo.toml

This commit is contained in:
Denis Redozubov 2023-06-28 21:17:06 +04:00
parent 6b3c992872
commit 6d291e3754
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ path = "src/bin/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom = "*"
nom = "7.1.3"
midly = "0.5.3"
derive_more = "*"
clap = { version = "4.2.7", features = ["derive"] }