diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bde1a6e..afcec54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: components: cargo - toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.92.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 2360961..e154f67 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.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + toolchain: 1.92.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN - name: Check out ci repo uses: actions/checkout@v6 with: @@ -56,4 +56,4 @@ jobs: uses: obi1kenobi/cargo-semver-checks-action@v2 with: verbose: true - rust-toolchain: 1.91.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN + rust-toolchain: 1.92.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN