Skip to content

Commit

Permalink
Upgrade uniffi to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Apr 2, 2024
1 parent f20085a commit 5167cdb
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 65 deletions.
4 changes: 2 additions & 2 deletions src/templates/Cargo.toml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ pyo3 = "0.21.1"
{% elif bindings == "rust-cpython" -%}
cpython = "0.7.1"
{% elif bindings == "uniffi" -%}
uniffi = "0.26.0"
uniffi = "0.27.0"

[build-dependencies]
uniffi = { version = "0.26.0", features = ["build"] }
uniffi = { version = "0.27.0", features = ["build"] }
{% endif -%}
37 changes: 18 additions & 19 deletions test-crates/uniffi-mixed/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test-crates/uniffi-mixed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "uniffi_mixed"
crate-type = ["cdylib"]

[dependencies]
uniffi = "0.26.0"
uniffi = "0.27.0"

[build-dependencies]
uniffi = { version = "0.26.0", features = ["build"] }
uniffi = { version = "0.27.0", features = ["build"] }
37 changes: 18 additions & 19 deletions test-crates/uniffi-pure-proc-macro/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test-crates/uniffi-pure-proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "uniffi-bindgen"
path = "uniffi-bindgen.rs"

[dependencies]
uniffi = { version = "0.26.0", features = ["cli"] }
uniffi = { version = "0.27.0", features = ["cli"] }

[build-dependencies]
uniffi = { version = "0.26.0", features = ["build"] }
uniffi = { version = "0.27.0", features = ["build"] }
37 changes: 18 additions & 19 deletions test-crates/uniffi-pure/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test-crates/uniffi-pure/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "uniffi_pure"
crate-type = ["cdylib"]

[dependencies]
uniffi = "0.26.0"
uniffi = "0.27.0"

[build-dependencies]
uniffi = { version = "0.26.0", features = ["build"] }
uniffi = { version = "0.27.0", features = ["build"] }

0 comments on commit 5167cdb

Please sign in to comment.