Bump project MSRV to 1.57.0, update stable for all jobs to 1.65.0

This commit is contained in:
Steve Myers
2023-01-24 13:28:42 -06:00
parent 0cce1ce982
commit b02bfb347d
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ jobs:
rust:
- version: 1.65.0 # STABLE
clippy: true
- version: 1.56.1 # MSRV
- version: 1.57.0 # MSRV
features:
- default
- minimal
@@ -146,7 +146,7 @@ jobs:
- run: sudo apt-get update || exit 1
- run: sudo apt-get install -y libclang-common-10-dev clang-10 libc6-dev-i386 || exit 1
- name: Set default toolchain
run: rustup default 1.56.1 # STABLE
run: rustup default 1.65.0 # STABLE
- name: Set profile
run: rustup set profile minimal
- name: Add target wasm32
@@ -178,8 +178,8 @@ jobs:
strategy:
matrix:
rust:
- version: 1.60.0 # STABLE
- version: 1.56.1 # MSRV
- version: 1.65.0 # STABLE
- version: 1.57.0 # MSRV
steps:
- name: Checkout
uses: actions/checkout@v3