Skip to content

Commit

Permalink
Merge pull request #349 from str4d/msrv-1.59
Browse files Browse the repository at this point in the history
Set MSRV to 1.59 and update dependencies
  • Loading branch information
str4d authored Oct 26, 2022
2 parents a0ab691 + de96ae7 commit c992e00
Show file tree
Hide file tree
Showing 21 changed files with 658 additions and 609 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand All @@ -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
Expand All @@ -74,22 +74,22 @@ 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
run: sudo apt install libfuse-dev
- 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

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit c992e00

Please sign in to comment.