Drop to 2015 edition

This crate doesn't contain any code, might as well support any compiler.
This commit is contained in:
David Tolnay
2020-01-24 15:18:31 -08:00
parent 2765a31424
commit f6fe62cd08
+1 -1
View File
@@ -2,12 +2,12 @@
name = "link-cplusplus"
version = "0.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"