Bump MSRV to 1.59.0

Closes str4d/rage#348.
This commit is contained in:
Jack Grigg 2022-10-26 08:05:12 +00:00
parent a0ab6914e4
commit d2bb92915a
12 changed files with 22 additions and 15 deletions

View file

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.56.0
toolchain: 1.59.0
override: true
- name: cargo fetch
uses: actions-rs/cargo@v1
@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.56.0
toolchain: 1.59.0
override: true
- name: Add target
run: rustup target add ${{ matrix.target }}
@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.56.0
toolchain: 1.59.0
override: true
- name: Install linux build dependencies
run: sudo apt install libfuse-dev
@ -74,14 +74,14 @@ jobs:
args: --tests --examples --benches --all-features
clippy:
name: Clippy (1.56.0)
name: Clippy (1.59.0)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.56.0
toolchain: 1.59.0
components: clippy
override: true
- name: Install linux build dependencies
@ -89,7 +89,7 @@ jobs:
- name: Clippy check
uses: actions-rs/clippy-check@v1
with:
name: Clippy (1.56.0)
name: Clippy (1.59.0)
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features --all-targets -- -D warnings
@ -123,7 +123,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.56.0
toolchain: 1.59.0
override: true
- name: cargo fetch
uses: actions-rs/cargo@v1
@ -146,7 +146,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.56.0
toolchain: 1.59.0
components: rustfmt
override: true
- name: Check formatting

View file

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.56.0
toolchain: 1.59.0
override: true
- name: cargo build
run: cargo build --release --features unstable