diff options
Diffstat (limited to 'ffi')
| -rw-r--r-- | ffi/long_mode/Cargo.toml | 4 | ||||
| -rw-r--r-- | ffi/protected_mode/Cargo.toml | 4 | ||||
| -rw-r--r-- | ffi/real_mode/Cargo.toml | 4 |
3 files changed, 6 insertions, 6 deletions
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"] diff --git a/ffi/protected_mode/Cargo.toml b/ffi/protected_mode/Cargo.toml index ef99a39..69b0954 100644 --- a/ffi/protected_mode/Cargo.toml +++ b/ffi/protected_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_protected_mode" @@ -14,6 +14,6 @@ path = "src/lib.rs" crate-type = ["staticlib", "cdylib"] [features] -default = ["fmt"] +default = [] # "fmt"] fmt = ["yaxpeax-x86/fmt"] diff --git a/ffi/real_mode/Cargo.toml b/ffi/real_mode/Cargo.toml index 03b5573..ada876d 100644 --- a/ffi/real_mode/Cargo.toml +++ b/ffi/real_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_real_mode" @@ -14,6 +14,6 @@ path = "src/lib.rs" crate-type = ["staticlib", "cdylib"] [features] -default = ["fmt"] +default = [] # "fmt"] fmt = ["yaxpeax-x86/fmt"] |
