From 95c45030b4ddf2ba0c32641e04d5c8ecb3178387 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 4 Nov 2024 21:50:49 +0100 Subject: [PATCH] Use default-features instead of default_features --- tools/yabridgectl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/yabridgectl/Cargo.toml b/tools/yabridgectl/Cargo.toml index 7951951b..842ac42e 100644 --- a/tools/yabridgectl/Cargo.toml +++ b/tools/yabridgectl/Cargo.toml @@ -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