Skip to content

Commit 5752c2d

Browse files
committed
Update minimum required Apple versions
The versions supported by Rust was updated in rust-lang/rust#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.
1 parent ce2b0a9 commit 5752c2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ targets = [
4949
# iOS
5050
"aarch64-apple-ios",
5151
"x86_64-apple-ios",
52-
# "armv7-apple-ios",
5352
# "i386-apple-ios",
5453
# GNUStep
5554
"x86_64-unknown-linux-gnu",

0 commit comments

Comments
 (0)