Bump MSRV to 1.51 for zeroize dependency.

This commit is contained in:
Isis Lovecruft 2021-09-23 19:07:44 +00:00
parent 9d7bccbd8e
commit 8f3e4b1960
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -71,14 +71,14 @@ jobs:
args: --features "serde"
msrv:
name: Current MSRV is 1.41
name: Current MSRV is 1.51
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.41
toolchain: 1.51
override: true
- uses: actions-rs/cargo@v1
with: