Skip to content

Commit 9d72edd

Browse files
committed
tmp
1 parent cfb1b80 commit 9d72edd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cranelift/filetests/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cranelift-interpreter = { path = "../interpreter", version = "0.88.0" }
1616
cranelift-native = { path = "../native", version = "0.88.0" }
1717
cranelift-reader = { path = "../reader", version = "0.88.0" }
1818
cranelift-preopt = { path = "../preopt", version = "0.88.0" }
19-
cranelift-jit = { path = "../jit", version = "0.88.0" }
19+
cranelift-jit = { path = "../jit", version = "0.88.0", features = ["selinux-fix"] }
2020
cranelift-module = { path = "../module", version = "0.88.0" }
2121
file-per-thread-logger = "0.1.2"
2222
filecheck = "0.5.0"
@@ -26,4 +26,4 @@ num_cpus = "1.8.0"
2626
target-lexicon = "0.12"
2727
thiserror = "1.0.15"
2828
anyhow = "1.0.32"
29-
similar = "2.1.0"
29+
similar = "2.1.0"

0 commit comments

Comments
 (0)