Migrate to binrw; update cargo deny config; update deps

This commit is contained in:
2022-02-03 01:57:01 -05:00
parent 8b3f655dc2
commit 6227718564
12 changed files with 244 additions and 39 deletions

View File

@@ -17,6 +17,14 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}
override: true
- uses: actions-rs/cargo@v1
with:
command: check
args: --all-features
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features
- uses: actions-rs/cargo@v1
with:
command: build