Skip to content

Commit

Permalink
Upgrade uniffi to 0.27.0 (#2021)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Apr 2, 2024
1 parent 0636ef8 commit 25be7f9
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ linux_aarch64_task:
- echo $CIRRUS_OS
- cat Cargo.lock
install_script:
- python3 -m pip install uniffi-bindgen==0.26.0
- python3 -m pip install uniffi-bindgen==0.27.0
<<: *BUILD_AND_TEST
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
if: ${{ !contains(matrix.platform.python-version, 'pypy') }}
run: pip install cffi
- name: Install python packages
run: pip install virtualenv ziglang~=0.10.0 twine uniffi-bindgen==0.26.0
run: pip install virtualenv ziglang~=0.10.0 twine uniffi-bindgen==0.27.0
- uses: dtolnay/rust-toolchain@stable
id: rustup
with:
Expand Down
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 25be7f9

Please sign in to comment.