Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
afonso360 committed Nov 4, 2022
1 parent cfb1b80 commit 9d72edd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cranelift/filetests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cranelift-interpreter = { path = "../interpreter", version = "0.88.0" }
cranelift-native = { path = "../native", version = "0.88.0" }
cranelift-reader = { path = "../reader", version = "0.88.0" }
cranelift-preopt = { path = "../preopt", version = "0.88.0" }
cranelift-jit = { path = "../jit", version = "0.88.0" }
cranelift-jit = { path = "../jit", version = "0.88.0", features = ["selinux-fix"] }
cranelift-module = { path = "../module", version = "0.88.0" }
file-per-thread-logger = "0.1.2"
filecheck = "0.5.0"
Expand All @@ -26,4 +26,4 @@ num_cpus = "1.8.0"
target-lexicon = "0.12"
thiserror = "1.0.15"
anyhow = "1.0.32"
similar = "2.1.0"
similar = "2.1.0"

0 comments on commit 9d72edd

Please sign in to comment.