mirror of
https://github.com/dredozubov/polyrhythmix.git
synced 2024-11-23 12:27:42 +00:00
Specify a nom version in Cargo.toml
This commit is contained in:
parent
6b3c992872
commit
6d291e3754
1 changed files with 1 additions and 1 deletions
|
@ -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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nom = "*"
|
nom = "7.1.3"
|
||||||
midly = "0.5.3"
|
midly = "0.5.3"
|
||||||
derive_more = "*"
|
derive_more = "*"
|
||||||
clap = { version = "4.2.7", features = ["derive"] }
|
clap = { version = "4.2.7", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue