diff --git a/crates/devtools/Cargo.toml b/crates/devtools/Cargo.toml index 8008acb3..2875ea95 100644 --- a/crates/devtools/Cargo.toml +++ b/crates/devtools/Cargo.toml @@ -32,6 +32,6 @@ async-stream = "0.3.5" local-ip-address = "0.5" [target."cfg(target_os = \"ios\")".dependencies] -swift-rs = "1.0.1" +swift-rs = "1.0.6" objc = "0.2" cocoa = "0.24"