feat: Bumped Rust to 1.60.0 in Workflows

This commit is contained in:
Swapnil Kumbhar 2022-10-06 13:35:13 -07:00
parent 6a48f9bfd2
commit 004d63a167
6 changed files with 9 additions and 9 deletions

View File

@ -27,7 +27,7 @@ jobs:
- id: rust_toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: "stable-2022-01-20"
toolchain: "stable-2022-04-07"
- id: flutter
uses: subosito/flutter-action@v2

View File

@ -34,7 +34,7 @@ jobs:
channel: "stable"
- uses: actions-rs/toolchain@v1
with:
toolchain: "stable-2022-01-20"
toolchain: "stable-2022-04-07"
- name: Cache Cargo
id: cache-cargo

View File

@ -24,7 +24,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: "stable-2022-01-20"
toolchain: "stable-2022-04-07"
- uses: subosito/flutter-action@v2
with:

View File

@ -44,7 +44,7 @@ jobs:
- name: Setup environment - Rust and Cargo
uses: actions-rs/toolchain@v1
with:
toolchain: 'stable-2022-01-20'
toolchain: 'stable-2022-04-07'
- name: Setup environment - Flutter
uses: subosito/flutter-action@v2
@ -94,7 +94,7 @@ jobs:
- name: Setup environment - Rust and Cargo
uses: actions-rs/toolchain@v1
with:
toolchain: 'stable-2022-01-20'
toolchain: 'stable-2022-04-07'
- name: Setup environment - Flutter
uses: subosito/flutter-action@v2
@ -143,7 +143,7 @@ jobs:
- name: Setup environment - Rust and Cargo
uses: actions-rs/toolchain@v1
with:
toolchain: 'stable-2022-01-20'
toolchain: 'stable-2022-04-07'
- name: Setup environment - Flutter
uses: subosito/flutter-action@v2

View File

@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 'stable-2022-01-20'
toolchain: 'stable-2022-04-07'
override: true
- uses: subosito/flutter-action@v1
with:

View File

@ -28,7 +28,7 @@ jobs:
- id: rust_toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 'stable-2022-01-20'
toolchain: 'stable-2022-04-07'
- name: Cache Cargo
uses: actions/cache@v2
@ -55,4 +55,4 @@ jobs:
- name: Run shared-lib tests
working-directory: shared-lib
run: RUST_LOG=info cargo test --no-default-features
run: RUST_LOG=info cargo test --no-default-features