mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-23 07:10:29 +00:00
Raise minimum supported Rust version to 1.43
This commit is contained in:
parent
a00021934e
commit
2a0a80a260
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -45,14 +45,6 @@ jobs:
|
||||
- run: cargo run --manifest-path demo/Cargo.toml
|
||||
- run: cargo test --workspace --exclude cxx-test-suite
|
||||
|
||||
msrv:
|
||||
name: Rust 1.42.0
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: dtolnay/rust-toolchain@1.42.0
|
||||
- run: cargo run --manifest-path demo/Cargo.toml
|
||||
|
||||
buck:
|
||||
name: Buck
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -24,7 +24,7 @@ cxx = "0.5"
|
||||
cxx-build = "0.5"
|
||||
```
|
||||
|
||||
*Compiler support: requires rustc 1.42+ and c++11 or newer*<br>
|
||||
*Compiler support: requires rustc 1.43+ and c++11 or newer*<br>
|
||||
*[Release notes](https://github.com/dtolnay/cxx/releases)*
|
||||
|
||||
<br>
|
||||
|
@ -18,7 +18,7 @@
|
||||
//!
|
||||
//! <br>
|
||||
//!
|
||||
//! *Compiler support: requires rustc 1.42+ and c++11 or newer*<br>
|
||||
//! *Compiler support: requires rustc 1.43+ and c++11 or newer*<br>
|
||||
//! *[Release notes](https://github.com/dtolnay/cxx/releases)*
|
||||
//!
|
||||
//! <br>
|
||||
|
Loading…
Reference in New Issue
Block a user