Skip to content

Commit

Permalink
chore: update dependencies and MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
clechasseur committed Sep 2, 2024
1 parent 08999d0 commit 5a62231
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 326 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ 1.63.0 ]
toolchain: [ 1.64.0 ]
os: [ ubuntu, macos, windows ]
all-features: [ false, true ]
runs-on: ${{ matrix.os }}-latest
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ 1.70.0, stable, beta, nightly ]
toolchain: [ 1.75.0, stable, beta, nightly ]
os: [ ubuntu, macos, windows ]
ignore-lock: [ false, true ]
all-features: [ false, true ]
Expand Down Expand Up @@ -144,9 +144,6 @@ jobs:
run: just all_features=${{ matrix.all-features }} test

tarpaulin:
# Note: there seems to be an issue in `cargo-tarpaulin` when using Rust 1.75.0 or later - it reports some missing line coverage.
# I've entered an issue: https://github.com/xd009642/tarpaulin/issues/1438
# In the meantime, let's pin the Rust version used for code coverage to 1.74.1 until we know what's happening.
name: Code coverage
runs-on: ubuntu-latest
steps:
Expand All @@ -156,7 +153,7 @@ jobs:
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@1fbea72663f6d4c03efaab13560c8a24cfd2a7cc # v1.9.0
with:
toolchain: 1.74.1
toolchain: 1.75.0
cache: false

- name: Rust Cache
Expand Down
Loading

0 comments on commit 5a62231

Please sign in to comment.