diff --git a/Cargo.toml b/Cargo.toml index f4cee4a..80c3c14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2021" once_cell = "1.18.0" libc = "0.2" libloading = "0.8.0" -llvm-sys = { version = "180.0.0-rc2", features = [ +llvm-sys = { version = "181.0.0", features = [ "no-llvm-linking", "disable-alltargets-init", ] }