Skip to content

Commit

Permalink
Upgrade-to-latest-toolchain (#4585)
Browse files Browse the repository at this point in the history
Co-authored-by: Leo-Besancon <lb@massa.net>
  • Loading branch information
aoudiamoncef and Leo-Besancon authored Dec 14, 2023
1 parent 49257e8 commit 6efec44
Show file tree
Hide file tree
Showing 5 changed files with 275 additions and 209 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.74.0
toolchain: 1.74.1
target: ${{ matrix.target }}
override: true
- uses: Swatinem/rust-cache@v2
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.74.0
toolchain: 1.74.1
components: rustfmt
override: true
- uses: Swatinem/rust-cache@v2
Expand All @@ -55,7 +55,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.74.0
toolchain: 1.74.1
- uses: Swatinem/rust-cache@v2
with:
shared-key: "check"
Expand All @@ -80,7 +80,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.74.0
toolchain: 1.74.1
components: clippy
override: true
- uses: Swatinem/rust-cache@v2
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.74.0
toolchain: 1.74.1
override: true
- uses: Swatinem/rust-cache@v2
with:
Expand All @@ -206,7 +206,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: nextest
args: run --retries 10 --profile ci
args: run --retries 10 --profile ci
- uses: actions-rs/cargo@v1
with:
command: clean
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.74.0
toolchain: 1.74.1
components: rustfmt
override: true
- uses: actions/checkout@v3
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.74.0
toolchain: 1.74.1
components: rustfmt
override: true
- uses: Swatinem/rust-cache@v2
Expand Down
Loading

0 comments on commit 6efec44

Please sign in to comment.