Skip to content

Commit

Permalink
Merge pull request #1516 from Furisto/rust-1.67
Browse files Browse the repository at this point in the history
Update to rust 1.67
  • Loading branch information
YJDoc2 authored Feb 2, 2023
2 parents c22e610 + 0836dbf commit ab60bfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/containerd_integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: '1.66.0'
toolchain: '1.67.0'
override: true
- name: Cache youki
uses: Swatinem/rust-cache@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
rust: [1.65.0, 1.66.0]
rust: [1.66.0, 1.67.0]
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
rust: [1.65.0, 1.66.0]
rust: [1.66.0, 1.67.0]
dirs: ${{ fromJSON(needs.changes.outputs.dirs) }}
steps:
- uses: actions/checkout@v3
Expand All @@ -55,7 +55,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
rust: [1.65.0, 1.66.0]
rust: [1.66.0, 1.67.0]
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand All @@ -79,7 +79,7 @@ jobs:
- name: Toolchain setup
uses: actions-rs/toolchain@v1
with:
toolchain: 1.65.0
toolchain: 1.67.0
override: true
profile: minimal
components: llvm-tools-preview
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
rust: [1.65.0, 1.66.0]
rust: [1.66.0, 1.67.0]
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit ab60bfc

Please sign in to comment.