Skip to content

Commit

Permalink
Update uniffi_bindgen to 0.22.0 in test crates
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 17, 2022
1 parent e0b6a74 commit dccb812
Show file tree
Hide file tree
Showing 7 changed files with 185 additions and 415 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ macos_arm64_task:
- cat Cargo.lock
install_script:
- brew install python3
- python3 -m pip install uniffi-bindgen
- python3 -m pip install uniffi-bindgen==0.22.0
<<: *BUILD_AND_TEST

linux_aarch64_task:
Expand All @@ -75,5 +75,5 @@ linux_aarch64_task:
- echo $CIRRUS_OS
- cat Cargo.lock
install_script:
- python3 -m pip install uniffi-bindgen
- python3 -m pip install uniffi-bindgen==0.22.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 @@ -137,7 +137,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
run: pip install virtualenv ziglang~=0.10.0 twine uniffi-bindgen==0.22.0
- uses: dtolnay/rust-toolchain@stable
id: rustup
with:
Expand Down
24 changes: 12 additions & 12 deletions Cargo.lock

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

Loading

0 comments on commit dccb812

Please sign in to comment.