change(project): set the IPHONEOS_DEPLOYMENT_TARGET to 16.0

This is mainly to avoid compilation errors coming out of `aws-lc-sys` on `aarch64-apple-ios`
This commit is contained in:
Stefan Ceriu
2026-03-30 09:22:55 +03:00
committed by Stefan Ceriu
parent c708ed18c0
commit c3a0ce15cc
+3
View File
@@ -11,3 +11,6 @@ rustdoc-map = true
[target.aarch64-linux-android]
# These rust flags improve the performance on Android on arm64
rustflags = ["-C", "target-feature=+neon,+aes,+sha2,+sha3,+pmuv3"]
[env]
IPHONEOS_DEPLOYMENT_TARGET = "16.0"