Skip to content

Commit 16a9dc9

Browse files
committed
feat: Update dependency and bump msrv
1 parent b898eb6 commit 16a9dc9

File tree

11 files changed

+434
-265
lines changed

11 files changed

+434
-265
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)