mirror of
https://github.com/dredozubov/polyrhythmix.git
synced 2024-11-23 12:27:42 +00:00
Specify the derive_more version as well
This commit is contained in:
parent
6d291e3754
commit
79a5159e56
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ path = "src/bin/main.rs"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nom = "7.1.3"
|
nom = "7.1.3"
|
||||||
midly = "0.5.3"
|
midly = "0.5.3"
|
||||||
derive_more = "*"
|
derive_more = "0.99.17"
|
||||||
clap = { version = "4.2.7", features = ["derive"] }
|
clap = { version = "4.2.7", features = ["derive"] }
|
||||||
dyn-clone = "1.0.11"
|
dyn-clone = "1.0.11"
|
Loading…
Reference in a new issue