Skip to content

Commit

Permalink
feat: Update dependency and bump msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
natir committed Nov 7, 2024
1 parent b898eb6 commit 36f6904
Show file tree
Hide file tree
Showing 11 changed files with 439 additions and 267 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
use-tool-cache: true

- name: Run cargo-tarpaulin
run: cargo tarpaulin --all-features --timeout 600 --out Xml -- --test-threads 1
run: cargo tarpaulin --all-features --engine llvm --follow-exec --timeout 600 --out Xml -- --test-threads 1

- name: Upload coverage to codecov
uses: codecov/codecov-action@v1.0.3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -118,11 +118,11 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: 1.57
toolchain: 1.74
override: true

- name: check if Readme matches MSRV defined here
run: grep '1.57' Readme.md
run: grep '1.74' Readme.md

- name: Run tests
uses: actions-rs/cargo@v1
Expand Down
Loading

0 comments on commit 36f6904

Please sign in to comment.