diff --git a/.github/workflows/llvm.yml b/.github/workflows/llvm.yml index bef08b21..41926739 100644 --- a/.github/workflows/llvm.yml +++ b/.github/workflows/llvm.yml @@ -16,7 +16,7 @@ jobs: - id: ls-remote run: | set -euxo pipefail - value=$(git ls-remote https://github.com/aya-rs/llvm-project.git refs/heads/rustc/19.1-2024-07-30 | cut -f1) + value=$(git ls-remote https://github.com/aya-rs/llvm-project.git refs/heads/rustc/19.1-2024-09-17 | cut -f1) echo "sha=$value" >> "$GITHUB_OUTPUT" - id: cache-key diff --git a/Cargo.lock b/Cargo.lock index f500843f..1ba7a86a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -447,9 +447,9 @@ checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" [[package]] name = "llvm-sys" -version = "191.0.0-rc1" +version = "191.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc981f56df5430a462d0f7676913fe9e8e4c8cc4df02e3157a6e3d808f7ae443" +checksum = "893cddf1adf0354b93411e413553dd4daf5c43195d73f1acfa1e394bdd371456" dependencies = [ "anyhow", "cc", diff --git a/Cargo.toml b/Cargo.toml index 4a43b4d7..49604331 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ ar = { version = "0.9.0" } aya-rustc-llvm-proxy = { version = "0.9.3", optional = true } gimli = { version = "0.31.0" } libc = { version = "0.2.158" } -llvm-sys = { features = ["disable-alltargets-init"], version = "191.0.0-rc1" } +llvm-sys = { features = ["disable-alltargets-init"], version = "191.0.0" } log = { version = "0.4.22" } thiserror = { version = "1.0.64" } tracing = "0.1"