diff --git a/Cargo.toml b/Cargo.toml index fb855745..5f9d27f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ simplelog = { version = "0.12.1" } ar = { version = "0.9.0" } aya-rustc-llvm-proxy = { version = "0.9.0", optional = true } libc = { version = "0.2.150" } -llvm-sys = { version = "170.0.0" } +llvm-sys = { features = ["disable-alltargets-init"], version = "170.0.0" } log = { version = "0.4.20" } thiserror = { version = "1.0.50" }