From 2242f9fc0b804f6d36370c784c355986948e11ea Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Sun, 17 Jul 2022 00:42:44 +0200 Subject: [PATCH] Bump version tested on CI to 1.58.1 This is needed because cross-rs increased its MSRV to 1.58.1. One CI builder is kept at 1.56.1 without using cross-rs to guarantee that compatibility is maintained. --- .github/workflows/rust.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 65cb742c48..1739efc95b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -50,7 +50,7 @@ jobs: thumbv6m-none-eabi, x86_64-pc-windows-gnu, ] - channel: [1.56.1, nightly] + channel: [1.58.1, nightly] include: - os: macos-latest target: x86_64-apple-darwin @@ -60,9 +60,12 @@ jobs: channel: nightly - os: macos-latest target: x86_64-apple-darwin - channel: 1.56.1 + channel: 1.58.1 - os: windows-latest target: x86_64-pc-windows-msvc + channel: 1.58.1 + - os: ubuntu-latest + target: x86_64-unknown-linux-gnu channel: 1.56.1 - os: ubuntu-latest target: x86_64-unknown-linux-gnu