update a few deps

This commit is contained in:
Scott Lamb
2022-05-02 11:22:14 -07:00
parent 909a174957
commit 841e06e354
12 changed files with 78 additions and 77 deletions

View File

@@ -11,7 +11,7 @@ jobs:
name: Rust ${{ matrix.rust }}
strategy:
matrix:
rust: [ "stable", "1.57", "nightly" ]
rust: [ "stable", "1.60", "nightly" ]
include:
- rust: nightly
extra_args: "--features nightly --benches"