cranelift-wasm: fix dev-dependencies so that cargo test passes (#1608)
Fixes #1595.
This commit is contained in:
@@ -24,6 +24,8 @@ thiserror = "1.0.4"
|
||||
[dev-dependencies]
|
||||
wat = "1.0.9"
|
||||
target-lexicon = "0.10"
|
||||
# Enable the riscv feature for cranelift-codegen, as some tests require it
|
||||
cranelift-codegen = { path = "../codegen", version = "0.62.0", default-features = false, features = ["riscv"] }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
|
||||
Reference in New Issue
Block a user