mirror of
https://gitee.com/openharmony/third_party_rust_link-cplusplus
synced 2024-11-27 01:20:52 +00:00
Require rustc 1.31+
This is the range that the cc crate supports.
This commit is contained in:
parent
d978d98221
commit
230dd1a9f4
@ -4,6 +4,6 @@ rust:
|
||||
- nightly
|
||||
- beta
|
||||
- stable
|
||||
- 1.0.0
|
||||
- 1.31.0
|
||||
|
||||
script: cargo test
|
||||
|
@ -2,12 +2,12 @@
|
||||
name = "link-cplusplus"
|
||||
version = "1.0.0"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Link libstdc++ or libc++ automatically or manually"
|
||||
repository = "https://github.com/dtolnay/link-cplusplus"
|
||||
documentation = "https://docs.rs/link-cplusplus"
|
||||
readme = "README.md"
|
||||
build = "build.rs"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user