mirror of
https://github.com/openharmony/third_party_rust_link-cplusplus.git
synced 2026-07-19 17:08:14 -04:00
Drop to 2015 edition
This crate doesn't contain any code, might as well support any compiler.
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user