mirror of
https://gitee.com/openharmony/third_party_rust_link-cplusplus
synced 2024-11-23 07:19:41 +00:00
Raise min tested rustc version to 1.34
Required by use of str::split_ascii_whitespace in the cc crate. error[E0658]: use of unstable library feature 'split_ascii_whitespace' (see issue #48656) --> .cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.62/src/lib.rs:2157:14 | 2157 | .split_ascii_whitespace() | ^^^^^^^^^^^^^^^^^^^^^^
This commit is contained in:
parent
adf048bcec
commit
fd6d5eb4fb
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
rust: [nightly, beta, stable, 1.31.0]
|
||||
rust: [nightly, beta, stable, 1.34.0]
|
||||
os: [ubuntu, macos, windows]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user