Declare minimum Rust version in Cargo metadata

This commit is contained in:
David Tolnay 2021-10-02 02:11:40 -04:00
parent 315247da0b
commit c37726aedc
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -4,6 +4,7 @@ version = "1.0.5"
authors = ["David Tolnay <dtolnay@gmail.com>"]
links = "cplusplus"
edition = "2018"
rust-version = "1.34"
license = "MIT OR Apache-2.0"
description = "Link libstdc++ or libc++ automatically or manually"
repository = "https://github.com/dtolnay/link-cplusplus"