diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 324ebc7..c6f1e85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable with: - toolchain: "1.94" # STABLE + toolchain: "1.95" # STABLE - uses: Swatinem/rust-cache@v2 - name: Check documentation env: @@ -132,7 +132,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable with: - toolchain: "1.94" # STABLE + toolchain: "1.95" # STABLE components: rustfmt - uses: Swatinem/rust-cache@v2 - name: Check formatting @@ -148,7 +148,7 @@ jobs: - name: Install Rust uses: dtolnay/rust-toolchain@stable with: - toolchain: "1.94" # STABLE + toolchain: "1.95" # STABLE components: clippy - uses: Swatinem/rust-cache@v2 - name: Install SARIF tools