Use Rust 1.51 in CI

We needed to bump the version because the `array-impls` feature 
requires const generics.
This commit is contained in:
Lukas Kalbertodt 2021-07-13 14:38:11 +02:00
parent 6c1542f634
commit 06952e2bb0
No known key found for this signature in database
GPG Key ID: AA5025CF1CC85754

View File

@ -59,7 +59,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: sfackler/actions/rustup@master - uses: sfackler/actions/rustup@master
with: with:
version: 1.46.0 version: 1.51.0
- run: echo "::set-output name=version::$(rustc --version)" - run: echo "::set-output name=version::$(rustc --version)"
id: rust-version id: rust-version
- uses: actions/cache@v1 - uses: actions/cache@v1