Skip to content

Commit

Permalink
Upgrade uniffi to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jan 29, 2024
1 parent 75b50f1 commit a5aeaa7
Show file tree
Hide file tree
Showing 9 changed files with 182 additions and 1,034 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ macos_arm64_task:
- cat Cargo.lock
install_script:
- brew install python3
- python3 -m pip install uniffi-bindgen==0.25.0
- python3 -m pip install uniffi-bindgen==0.26.0
<<: *BUILD_AND_TEST

linux_aarch64_task:
Expand All @@ -62,5 +62,5 @@ linux_aarch64_task:
- echo $CIRRUS_OS
- cat Cargo.lock
install_script:
- python3 -m pip install uniffi-bindgen==0.25.0
- python3 -m pip install uniffi-bindgen==0.26.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 @@ -119,7 +119,7 @@ jobs:
if: ${{ !contains(matrix.python-version, 'pypy') }}
run: pip install cffi
- name: Install python packages
run: pip install virtualenv ziglang~=0.10.0 twine uniffi-bindgen==0.25.0
run: pip install virtualenv ziglang~=0.10.0 twine uniffi-bindgen==0.26.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.20.0"
{% elif bindings == "rust-cpython" -%}
cpython = "0.7.1"
{% elif bindings == "uniffi" -%}
uniffi = "0.25.0"
uniffi = "0.26.0"

[build-dependencies]
uniffi = { version = "0.25.0", features = ["build"] }
uniffi = { version = "0.26.0", features = ["build"] }
{% endif -%}
Loading

0 comments on commit a5aeaa7

Please sign in to comment.