Require rustc 1.31+

This is the range that the cc crate supports.
This commit is contained in:
David Tolnay 2020-01-24 15:26:53 -08:00
parent d978d98221
commit 230dd1a9f4
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ rust:
- nightly
- beta
- stable
- 1.0.0
- 1.31.0
script: cargo test

View File

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