Skip to content

Commit 64ca4a2

Browse files
authored
Fix testing cranelift-object in isolation (#10551)
Found via CI failures in wasip3-prototyping
1 parent 0e0a60a commit 64ca4a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cranelift/object/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ log = { workspace = true }
2525
[dev-dependencies]
2626
cranelift-frontend = { workspace = true }
2727
cranelift-entity = { workspace = true }
28+
cranelift-codegen = { workspace = true, features = ["x86"] }

0 commit comments

Comments
 (0)