From 5752c2d7c780a79bfde0e3a4ec75e3e703edbe06 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Thu, 23 Nov 2023 01:31:09 +0100 Subject: [PATCH] Update minimum required Apple versions The versions supported by Rust was updated in https://github.com/rust-lang/rust/pull/104385 to: - macOS: 10.12 Sierra - iOS: 10.0 - tvOS: 10.0 - watchOS: 5.0 Additionally, the armv7-apple-ios target was removed. Finally, since v1.0.84 of `cc` (has been yanked, but 1.0.85 will include it as well), there is much better support for specifying the deployment target for Apple targets, so I've removed the corresponding code from objc-sys. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05fec97a1..09736c981 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,6 @@ targets = [ # iOS "aarch64-apple-ios", "x86_64-apple-ios", - # "armv7-apple-ios", # "i386-apple-ios", # GNUStep "x86_64-unknown-linux-gnu",