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 545afc2
Show file tree
Hide file tree
Showing 11 changed files with 438 additions and 266 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: cargo tarpaulin --all-features --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 545afc2

Please sign in to comment.