Raise minimum supported Rust version to 1.43

This commit is contained in:
David Tolnay 2020-10-11 03:49:29 -07:00
parent a00021934e
commit 2a0a80a260
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
3 changed files with 2 additions and 10 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>