mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-15 07:53:55 +02:00
Use default-features instead of default_features
This commit is contained in:
@@ -14,7 +14,7 @@ anyhow = "1.0.52"
|
|||||||
clap = { version = "4.3.21", features = ["cargo", "derive", "wrap_help"] }
|
clap = { version = "4.3.21", features = ["cargo", "derive", "wrap_help"] }
|
||||||
colored = "2.0.0"
|
colored = "2.0.0"
|
||||||
is_executable = "1.0.1"
|
is_executable = "1.0.1"
|
||||||
goblin = { version = "0.6", default_features = false, features = ["std", "pe32", "pe64"] }
|
goblin = { version = "0.6", default-features = false, features = ["std", "pe32", "pe64"] }
|
||||||
libloading = "0.7.3"
|
libloading = "0.7.3"
|
||||||
promptly = "0.3.1"
|
promptly = "0.3.1"
|
||||||
# Version 0.1.3 from crates.io assumes a 64-bit toolchain
|
# Version 0.1.3 from crates.io assumes a 64-bit toolchain
|
||||||
|
|||||||
Reference in New Issue
Block a user