diff --git a/cranelift/filetests/Cargo.toml b/cranelift/filetests/Cargo.toml index ceabf596528a..4a85138ac583 100644 --- a/cranelift/filetests/Cargo.toml +++ b/cranelift/filetests/Cargo.toml @@ -44,6 +44,6 @@ env_logger = { workspace = true } expect-test = { workspace = true } smallvec = { workspace = true } regex = { workspace = true } -wasmtime = { workspace = true, features = ["cranelift"] } +wasmtime = { workspace = true, features = ["cranelift", "runtime"] } walkdir = { workspace = true } tempfile = { workspace = true }