Various fixes

This commit is contained in:
2025-02-26 22:47:42 -07:00
parent f3c157ff06
commit 506c251d68
9 changed files with 39 additions and 65 deletions

View File

@@ -26,7 +26,7 @@ all = [
"arm64",
"mips",
"ppc",
"x86",
# "x86",
]
# Implicit, used to check if any arch is enabled
any-arch = [
@@ -193,20 +193,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
syn = { version = "2.0", optional = true }
# Enable all features for tests
[dev-dependencies]
objdiff-core = { path = ".", features = [
# Features
"bindings",
"build",
"config",
"dwarf",
"serde",
# Architectures
"mips",
"ppc",
# "x86",
"arm",
"arm64",
] }
# Enable all features for tests
objdiff-core = { path = ".", features = ["all"] }
insta = "1.42.1"