diff --git a/swift-examples/hello-world-macro/greeter/Cargo.toml b/swift-examples/hello-world-macro/greeter/Cargo.toml index fc645e9..56eba82 100644 --- a/swift-examples/hello-world-macro/greeter/Cargo.toml +++ b/swift-examples/hello-world-macro/greeter/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib", "staticlib", "lib"] name = "greeter" [dependencies] -uniffi = "0.24.3" +uniffi = "0.25" [build-dependencies] -uniffi = { version = "0.24.3", features = ["build"] } +uniffi = { version = "0.25", features = ["build"] } diff --git a/swift-examples/hello-world/greeter/Cargo.toml b/swift-examples/hello-world/greeter/Cargo.toml index fc645e9..56eba82 100644 --- a/swift-examples/hello-world/greeter/Cargo.toml +++ b/swift-examples/hello-world/greeter/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib", "staticlib", "lib"] name = "greeter" [dependencies] -uniffi = "0.24.3" +uniffi = "0.25" [build-dependencies] -uniffi = { version = "0.24.3", features = ["build"] } +uniffi = { version = "0.25", features = ["build"] } diff --git a/templates/Cargo.toml b/templates/Cargo.toml index 629a7a4..cceac2e 100644 --- a/templates/Cargo.toml +++ b/templates/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["{{ lib_type }}", "lib"] name = "{{ namespace }}" [dependencies] -uniffi = "0.24" +uniffi = "0.25" [build-dependencies] -uniffi = { version = "0.24", features = ["build"] } +uniffi = { version = "0.25", features = ["build"] }