fix(ios): link clang_rt.ios to include isPlatformVersionAtLeast (#6476)

* fix(ios): link clang_rt.ios to include isPlatformVersionAtLeast

See https://github.com/alexcrichton/curl-rust/pull/283

* lint [skip ci]

* update swift-rs to 1.0.2
This commit is contained in:
Lucas Fernandes Nogueira
2023-03-17 13:07:39 -03:00
committed by GitHub
parent 7765bbcba1
commit 22c09871c3
4 changed files with 4 additions and 5 deletions

View File

@@ -18,7 +18,6 @@ on:
env:
RUST_BACKTRACE: 1
CARGO_PROFILE_DEV_DEBUG: 0 # This would add unnecessary bloat to the target folder, decreasing cache efficiency.
IOS_DEPLOYMENT_TARGET: '16.0'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

@@ -33,7 +33,7 @@ filetime = "0.2"
tauri-winres = "0.1"
semver = "1"
[target."cfg(target_os = \"macos\")".dependencies]
swift-rs = { version = "1.0.1", features = ["build"] }
swift-rs = { version = "1.0.2", features = ["build"] }
[features]
codegen = [ "tauri-codegen", "quote" ]

View File

@@ -116,7 +116,7 @@ jni = "0.20"
libc = "0.2"
objc = "0.2"
cocoa = "0.24"
swift-rs = "1.0.1"
swift-rs = "1.0.2"
[build-dependencies]
heck = "0.4"

View File

@@ -2865,9 +2865,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "swift-rs"
version = "1.0.1"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "806ff0904302a8a91644422fcfeee4828c3a9dbcfd1757ba495f1a755c2ac873"
checksum = "2706dd533c2a96dfdbe942221fe0d3bb24857257aac26f938537f197c543b27e"
dependencies = [
"base64 0.21.0",
"serde",