diff --git a/sqlx-pool-guard/Cargo.toml b/sqlx-pool-guard/Cargo.toml index 86c57a5277..c576f522a0 100644 --- a/sqlx-pool-guard/Cargo.toml +++ b/sqlx-pool-guard/Cargo.toml @@ -17,7 +17,7 @@ tokio = { workspace = true, features = [ sqlx = { workspace = true, features = ["runtime-tokio-rustls", "sqlite"] } tracing.workspace = true -[target.'cfg(target_os = "macos")'.dependencies] +[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] proc_pidinfo.workspace = true [target.'cfg(windows)'.dependencies]