Skip to content

Commit c4e7d65

Browse files
authored
Merge pull request #210 from bgurney-rh/latest-1.59
github actions: update recommended Rust to 1.59
2 parents 394f622 + 5b26923 commit c4e7d65

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cargo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions-rs/toolchain@v1
4646
with:
4747
components: cargo
48-
toolchain: 1.58.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
48+
toolchain: 1.59.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4949
override: true
5050
- name: Check out ci repo
5151
run: git clone https://github.com/stratis-storage/ci.git

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
format:
2323
env:
2424
TASK: fmt-ci
25-
TOOLCHAIN: 1.58.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
25+
TOOLCHAIN: 1.59.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
2626
runs-on: ubuntu-18.04
2727
steps:
2828
- uses: actions/checkout@v2
@@ -36,7 +36,7 @@ jobs:
3636
lint:
3737
env:
3838
TASK: clippy
39-
TOOLCHAIN: 1.58.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
39+
TOOLCHAIN: 1.59.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
4040
runs-on: ubuntu-18.04
4141
steps:
4242
- uses: actions/checkout@v2
@@ -262,7 +262,7 @@ jobs:
262262
- uses: actions-rs/toolchain@v1
263263
with:
264264
components: cargo
265-
toolchain: 1.58.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
265+
toolchain: 1.59.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
266266
override: true
267267
- name: Check out ci repo
268268
run: git clone https://github.com/stratis-storage/ci.git

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions-rs/toolchain@v1
6363
with:
6464
components: cargo
65-
toolchain: 1.58.1 # CURRENT DEVELOPMENT RUST TOOLCHAIN
65+
toolchain: 1.59.0 # CURRENT DEVELOPMENT RUST TOOLCHAIN
6666
override: true
6767
- name: Check out ci repo
6868
run: git clone https://github.com/stratis-storage/ci.git

0 commit comments

Comments
 (0)