Skip to content

Commit 0dbd4d6

Browse files
authored
Merge pull request #842 from bgurney-rh/latest-1.68
github actions: update recommended Rust to 1.68.0
2 parents 3e43a88 + 8d46ecc commit 0dbd4d6

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: dtolnay/rust-toolchain@master
3939
with:
4040
components: cargo
41-
toolchain: 1.67.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
41+
toolchain: 1.68.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4242
- name: Check out ci repo
4343
run: git clone https://github.com/stratis-storage/ci.git
4444
- name: Run comparisons of version specs with available Fedora packages

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ jobs:
2424
matrix:
2525
include:
2626
- components: rustfmt
27-
toolchain: 1.67.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
27+
toolchain: 1.68.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
2828
task: make -f Makefile fmt-ci
2929
- components: clippy
30-
toolchain: 1.67.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
30+
toolchain: 1.68.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
3131
task: make -f Makefile clippy
3232
- components: cargo
33-
toolchain: 1.67.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
33+
toolchain: 1.68.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
3434
task: make -f Makefile build
3535
- components: cargo
36-
toolchain: 1.67.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
36+
toolchain: 1.68.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
3737
task: make -f Makefile docs
3838
runs-on: ubuntu-20.04
3939
steps:
@@ -54,7 +54,7 @@ jobs:
5454
matrix:
5555
include:
5656
- toolchain: 1.66.1 # LOWEST SUPPORTED RUST TOOLCHAIN
57-
- toolchain: 1.67.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
57+
- toolchain: 1.68.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
5858
runs-on: ubuntu-20.04
5959
steps:
6060
- uses: actions/checkout@v3
@@ -102,7 +102,7 @@ jobs:
102102
- uses: dtolnay/rust-toolchain@master
103103
with:
104104
components: cargo
105-
toolchain: 1.67.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
105+
toolchain: 1.68.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
106106
- name: Check out ci repo
107107
run: git clone https://github.com/stratis-storage/ci.git
108108
- name: Run ${{ matrix.task }}

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
include:
1818
- components: cargo
19-
toolchain: 1.67.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
19+
toolchain: 1.68.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
2020
task: make -f Makefile audit
2121
# Allowed because a failure may occur after a new Rust stable
2222
# version is released.
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
include:
44-
- toolchain: 1.67.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
44+
- toolchain: 1.68.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4545
runs-on: ubuntu-20.04
4646
steps:
4747
- uses: actions/checkout@v3
@@ -77,7 +77,7 @@ jobs:
7777
- uses: dtolnay/rust-toolchain@master
7878
with:
7979
components: cargo
80-
toolchain: 1.67.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
80+
toolchain: 1.68.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
8181
- name: Check out ci repo
8282
run: git clone https://github.com/stratis-storage/ci.git
8383
- name: Run comparisons of version specs with available Fedora packages

0 commit comments

Comments
 (0)