Skip to content

Commit 545afc2

Browse files
committed
feat: Update dependency and bump msrv
1 parent b898eb6 commit 545afc2

File tree

11 files changed

+438
-266
lines changed

11 files changed

+438
-266
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: cargo tarpaulin --all-features --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)