Use default-features instead of default_features

This commit is contained in:
Robbert van der Helm
2024-11-04 21:50:49 +01:00
parent a82bd51c2e
commit 95c45030b4
+1 -1
View File
@@ -14,7 +14,7 @@ anyhow = "1.0.52"
clap = { version = "4.3.21", features = ["cargo", "derive", "wrap_help"] }
colored = "2.0.0"
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"
promptly = "0.3.1"
# Version 0.1.3 from crates.io assumes a 64-bit toolchain