We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb1b80 commit 9d72eddCopy full SHA for 9d72edd
1 file changed
cranelift/filetests/Cargo.toml
@@ -16,7 +16,7 @@ cranelift-interpreter = { path = "../interpreter", version = "0.88.0" }
16
cranelift-native = { path = "../native", version = "0.88.0" }
17
cranelift-reader = { path = "../reader", version = "0.88.0" }
18
cranelift-preopt = { path = "../preopt", version = "0.88.0" }
19
-cranelift-jit = { path = "../jit", version = "0.88.0" }
+cranelift-jit = { path = "../jit", version = "0.88.0", features = ["selinux-fix"] }
20
cranelift-module = { path = "../module", version = "0.88.0" }
21
file-per-thread-logger = "0.1.2"
22
filecheck = "0.5.0"
@@ -26,4 +26,4 @@ num_cpus = "1.8.0"
26
target-lexicon = "0.12"
27
thiserror = "1.0.15"
28
anyhow = "1.0.32"
29
-similar = "2.1.0"
+similar = "2.1.0"
0 commit comments