Skip to content

Commit

Permalink
Bump Rust toolchain to match cubestore
Browse files Browse the repository at this point in the history
  • Loading branch information
mcheshkov committed Aug 27, 2024
1 parent 896e616 commit 11027d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
rust: [nightly-2023-08-03]
rust: [nightly-2024-01-29]
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
rust: [nightly-2023-08-03]
rust: [nightly-2024-01-29]
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
strategy:
matrix:
os: [macos-latest]
rust: [nightly-2023-08-03]
rust: [nightly-2024-01-29]
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -230,8 +230,8 @@ jobs:
- uses: actions/checkout@v2
- name: Setup toolchain
run: |
rustup toolchain install nightly-2023-08-03
rustup default nightly-2023-08-03
rustup toolchain install nightly-2024-01-29
rustup default nightly-2024-01-29
rustup component add rustfmt
- name: Run
run: cargo fmt --all -- --check
Expand Down

0 comments on commit 11027d5

Please sign in to comment.