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.
This commit is contained in:
Amanieu d'Antras
2022-07-17 00:42:44 +02:00
parent 3f0faa1710
commit cf06e740f1
+5 -2
View File
@@ -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