mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-04 20:24:07 +00:00
Bump MSRV to 1.51 for zeroize dependency.
This commit is contained in:
parent
9d7bccbd8e
commit
8f3e4b1960
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue