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 16a9dc9
Show file tree
Hide file tree
Showing 11 changed files with 434 additions and 265 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
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 16a9dc9

Please sign in to comment.