Skip to content

Commit 36f6904

Browse files
committed
feat: Update dependency and bump msrv
1 parent b898eb6 commit 36f6904

File tree

11 files changed

+439
-267
lines changed

11 files changed

+439
-267
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ jobs:
7777
use-tool-cache: true
7878

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

8282
- name: Upload coverage to codecov
83-
uses: codecov/codecov-action@v1.0.3
83+
uses: codecov/codecov-action@v4
8484
with:
8585
token: ${{ secrets.CODECOV_TOKEN }}
8686

@@ -118,11 +118,11 @@ jobs:
118118

119119
- uses: actions-rs/toolchain@v1
120120
with:
121-
toolchain: 1.57
121+
toolchain: 1.74
122122
override: true
123123

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

127127
- name: Run tests
128128
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)