diff --git a/cranelift/interpreter/Cargo.toml b/cranelift/interpreter/Cargo.toml index 7e09f4dd8d..cea2946f68 100644 --- a/cranelift/interpreter/Cargo.toml +++ b/cranelift/interpreter/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" edition = "2018" [dependencies] -cranelift-codegen = { path = "../codegen", version = "0.81.0", features = ["all-arch"] } +cranelift-codegen = { path = "../codegen", version = "0.81.0" } cranelift-entity = { path = "../entity", version = "0.81.0" } log = { version = "0.4.8", default-features = false } smallvec = "1.6.1"