Skip to content

Commit

Permalink
Update UniFFI to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniusnaumann committed Oct 20, 2023
1 parent 40a5acc commit 3589434
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions swift-examples/hello-world-macro/greeter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
4 changes: 2 additions & 2 deletions swift-examples/hello-world/greeter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
4 changes: 2 additions & 2 deletions templates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit 3589434

Please sign in to comment.