Skip to content

Commit 8931be5

Browse files
committed
Raise minimum tested toolchain to rust 1.56.1
Required by the transitive dev-dependency on once_cell. error: failed to parse manifest at github.com-1ecc6299db9ec823/once_cell-1.15.0/Cargo.toml Caused by: feature `edition2021` is required The package requires the Cargo feature called `edition2021`, but that feature is not stabilized in this version of Cargo (1.55.0 (32da73ab1 2021-08-23)). Consider trying a newer version of Cargo (this may require the nightly release). See https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#edition-2021 for more information about the status of this feature.
1 parent 4e96c36 commit 8931be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- rust: beta
2121
- rust: stable
2222
- rust: 1.57.0
23-
- rust: 1.48.0
23+
- rust: 1.56.0
2424
- name: macOS
2525
rust: nightly
2626
os: macos
@@ -48,7 +48,7 @@ jobs:
4848
# builds.
4949
run: |
5050
echo RUSTFLAGS=$RUSTFLAGS >> $GITHUB_ENV
51-
echo ::set-output name=exclude::--exclude cxx-test-suite ${{matrix.rust == '1.48.0' && '--exclude cxxbridge-cmd' || ''}}
51+
echo ::set-output name=exclude::--exclude cxx-test-suite ${{matrix.rust == '1.56.0' && '--exclude cxxbridge-cmd' || ''}}
5252
env:
5353
RUSTFLAGS: ${{env.RUSTFLAGS}} ${{matrix.os && github.event_name != 'schedule' && '--cfg skip_ui_tests' || ''}}
5454
id: testsuite

0 commit comments

Comments
 (0)