From a7bfd957879388e6d2d55cb188bfdc47f01ffb96 Mon Sep 17 00:00:00 2001 From: iximeow Date: Wed, 25 Feb 2026 09:22:14 +0000 Subject: hey that's useful --- ffi/long_mode/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ffi') diff --git a/ffi/long_mode/Cargo.toml b/ffi/long_mode/Cargo.toml index 0b6a529..3b4363d 100644 --- a/ffi/long_mode/Cargo.toml +++ b/ffi/long_mode/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] yaxpeax-x86 = { path = "../../", default-features = false } -yaxpeax-arch = { version = "0.3.1", default-features = false } +yaxpeax-arch = { version = "0.3.1", default-features = false, features = [] } [lib] name = "yaxpeax_x86_ffi_long_mode" @@ -14,6 +14,6 @@ path = "src/lib.rs" crate-type = ["staticlib", "cdylib"] [features] -default = ["fmt"] +default = [] # "fmt"] fmt = ["yaxpeax-x86/fmt"] -- cgit v1.1