Skip to content

Commit

Permalink
Merge pull request #224 from mooori/fix-tests
Browse files Browse the repository at this point in the history
fix: test compilation
  • Loading branch information
mooori authored Feb 15, 2024
2 parents 2dc8442 + 4586bef commit 547d3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cranelift/filetests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit 547d3a9

Please sign in to comment.