Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install latest nightly
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2025-03-14
toolchain: nightly-2025-08-05
components: rustfmt, rust-src
- name: Install tarpaulin
uses: taiki-e/cache-cargo-install-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install latest nightly
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2025-03-14
toolchain: nightly-2025-08-05
components: rustfmt, rust-src
- name: Cache dependencies
uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2025-03-14
toolchain: nightly-2025-08-05
- name: Install cargo msrv
uses: taiki-e/cache-cargo-install-action@v2
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install latest nightly
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2025-03-14
toolchain: nightly-2025-08-05
components: rustfmt
- name: Run cargo fmt
run: cargo fmt --all -- --check
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
toolchain: [ stable, nightly-2025-03-14 ]
toolchain: [ stable, nightly-2025-08-05 ]
target: [ x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl ]
steps:
- name: VCS Checkout
Expand All @@ -84,7 +84,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04, ubuntu-22.04-arm, macos-latest, windows-latest ]
toolchain: [ stable, nightly-2025-03-14 ]
toolchain: [ stable, nightly-2025-08-05 ]
runs-on: ${{ matrix.os }}
steps:
- name: VCS Checkout
Expand All @@ -105,7 +105,7 @@ jobs:
if: always() && (!contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled'))
strategy:
matrix:
toolchain: [ stable, nightly-2025-03-14 ]
toolchain: [ stable, nightly-2025-08-05 ]
target: [ x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl ]
runs-on: ubuntu-22.04
steps:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Infrastructure

- CI: Update rust nightly toolchain to nightly-2025-08-05

## [0.10.0-alpha-3] - 2025-07-30

### Changed
Expand Down
Loading
Loading