Migrate to binrw; update cargo deny config; update deps

This commit is contained in:
Luke Street
2022-02-03 02:03:21 -05:00
parent 8b3f655dc2
commit 6227718564
12 changed files with 244 additions and 39 deletions
+8
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