aboutsummaryrefslogtreecommitdiff
path: root/flags
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-01-07 12:37:15 -0800
committerDavid Tolnay <dtolnay@gmail.com>2023-01-07 12:37:18 -0800
commitfe16a5dea3a3f2995cf41316c88f2c8961f8f3e7 (patch)
tree192fd329ca4b61e73153ba2da5eab7b5fa56c4c3 /flags
parent1f3627267ad224f715a4f3801d44f56f801405ff (diff)
downloadcxx-fe16a5dea3a3f2995cf41316c88f2c8961f8f3e7.tar.gz
Raise minimum rustc to 1.60
Diffstat (limited to 'flags')
-rw-r--r--flags/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags/Cargo.toml b/flags/Cargo.toml
index 09e9cd6b..9e88822e 100644
--- a/flags/Cargo.toml
+++ b/flags/Cargo.toml
@@ -7,7 +7,7 @@ description = "Compiler configuration of the `cxx` crate (implementation detail)
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/cxx"
-rust-version = "1.48"
+rust-version = "1.60"
[features]
default = [] # c++11