Skip to content

Commit

Permalink
Use default-features instead of default_features
Browse files Browse the repository at this point in the history
  • Loading branch information
robbert-vdh committed Nov 4, 2024
1 parent a82bd51 commit 95c4503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/yabridgectl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95c4503

Please sign in to comment.