diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ccab64dc..f0d291e2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ jobs: if: matrix.language == 'rust' uses: dtolnay/rust-toolchain@master with: - toolchain: 1.94.0 + toolchain: 1.95.0 - name: Initialize CodeQL uses: github/codeql-action/init@v4 diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index d274b108..a38afe16 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Rust uses: dtolnay/rust-toolchain@master with: - toolchain: 1.94.0 + toolchain: 1.95.0 components: rustfmt - name: Check C++ formatting diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 713b4603..b75fad03 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Rust uses: dtolnay/rust-toolchain@master with: - toolchain: 1.94.0 + toolchain: 1.95.0 components: rustfmt - name: Setup Python diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f00c1d6..6b12aa6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ if (NOT RUSTC_LLVM_VERSION STREQUAL LLVM_PACKAGE_VERSION) message(WARNING "The LLVM versions used by rustc and clang are different!") endif() -set(RUST_STABLE_VERSION "1.94.0") +set(RUST_STABLE_VERSION "1.95.0") function(write_rust_toolchain DIR) set(_content "[toolchain]\nchannel = \"${RUST_STABLE_VERSION}\"\n") diff --git a/README.md b/README.md index cd2176b7..60357d6c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ On Ubuntu, install the required dependencies with: ```bash sudo apt install libclang-22-dev clang++-22 ninja-build cmake python3-tomli -curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.94.0 +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.95.0 ``` diff --git a/libcc2rs/rust-toolchain.toml b/libcc2rs/rust-toolchain.toml index 76a06e6b..f25b5b14 100644 --- a/libcc2rs/rust-toolchain.toml +++ b/libcc2rs/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.94.0" +channel = "1.95.0" diff --git a/rules/rust-toolchain.toml b/rules/rust-toolchain.toml index 76a06e6b..f25b5b14 100644 --- a/rules/rust-toolchain.toml +++ b/rules/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.94.0" +channel = "1.95.0"