Skip to content

Commit 0ea54de

Browse files
committed
Auto merge of #347 - Amanieu:fix_ci_cross, r=Amanieu
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.
2 parents 1ada3a7 + 2242f9f commit 0ea54de

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
thumbv6m-none-eabi,
5151
x86_64-pc-windows-gnu,
5252
]
53-
channel: [1.56.1, nightly]
53+
channel: [1.58.1, nightly]
5454
include:
5555
- os: macos-latest
5656
target: x86_64-apple-darwin
@@ -60,9 +60,12 @@ jobs:
6060
channel: nightly
6161
- os: macos-latest
6262
target: x86_64-apple-darwin
63-
channel: 1.56.1
63+
channel: 1.58.1
6464
- os: windows-latest
6565
target: x86_64-pc-windows-msvc
66+
channel: 1.58.1
67+
- os: ubuntu-latest
68+
target: x86_64-unknown-linux-gnu
6669
channel: 1.56.1
6770
- os: ubuntu-latest
6871
target: x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)