diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04e9685..6d77a4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: cargo - toolchain: 1.94.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.95.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN - name: Check out ci repo uses: actions/checkout@v6 with: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 2537e09..10eaeed 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -31,7 +31,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: cargo - toolchain: 1.94.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.95.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN - name: Check out ci repo uses: actions/checkout@v6 with: @@ -55,4 +55,4 @@ jobs: uses: obi1kenobi/cargo-semver-checks-action@v2 with: verbose: true - rust-toolchain: 1.94.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + rust-toolchain: 1.95.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN