From 06952e2bb09bdcc404b82f24774c5ada756a360f Mon Sep 17 00:00:00 2001 From: Lukas Kalbertodt Date: Tue, 13 Jul 2021 14:38:11 +0200 Subject: [PATCH] Use Rust 1.51 in CI We needed to bump the version because the `array-impls` feature requires const generics. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a95dbe0..8b3a3420 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - uses: actions/checkout@v2 - uses: sfackler/actions/rustup@master with: - version: 1.46.0 + version: 1.51.0 - run: echo "::set-output name=version::$(rustc --version)" id: rust-version - uses: actions/cache@v1