Skip to content

Commit

Permalink
Update dependencies bump to 0.2.0 (#15)
Browse files Browse the repository at this point in the history
* Update dependencies, fix windows build
* cargo clippy
  • Loading branch information
travispaul authored May 13, 2024
1 parent 6a3a558 commit 092cf2c
Show file tree
Hide file tree
Showing 4 changed files with 474 additions and 351 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
name: [linux, windows, macos]
include:
- name: linux
os: ubuntu-20.04
os: ubuntu-latest
- name: windows
os: windows-2019
os: windows-latest
- name: macos
os: macOS-10.15
os: macOS-latest
steps:
- uses: actions/checkout@v1

Expand Down
Loading

0 comments on commit 092cf2c

Please sign in to comment.