We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f37a04b + 0b26887 commit b12debfCopy full SHA for b12debf
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cel-eval"
3
-version = "0.1.17"
+version = "0.1.18"
4
edition = "2021"
5
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.htmlž
build_ios.sh
@@ -8,6 +8,8 @@ setup_xcconfig_env() {
8
export VERSIONING_SYSTEM="apple-generic"
9
export TARGETED_DEVICE_FAMILY="1,2"
10
export IPHONEOS_DEPLOYMENT_TARGET="12"
11
+ export MACOSX_DEPLOYMENT_TARGET="10.2"
12
+ export MACOS_DEPLOYMENT_TARGET="10.2"
13
export DYLIB_COMPATIBILITY_VERSION="1"
14
export DYLIB_CURRENT_VERSION="1"
15
export DYLIB_INSTALL_NAME_BASE="@rpath"
0 commit comments