Skip to content

Commit

Permalink
upgrade uniffi in ci too
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Jan 17, 2022
1 parent af4ce86 commit 3680e1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_checks.yaml
Expand Up @@ -67,7 +67,7 @@ jobs:
uses: actions-rs/install@v0.1
with:
crate: uniffi_bindgen
version: 0.14.1
version: 0.16.0
use-tool-cache: true

- name: Install stable toolchain
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
uses: actions-rs/install@v0.1
with:
crate: uniffi_bindgen
version: 0.14.1
version: 0.16.0
use-tool-cache: true

- name: Install stable toolchain
Expand Down Expand Up @@ -235,4 +235,4 @@ jobs:
use-tool-cache: true

- name: run check script
run: bash bindings/wallet-c/check_header.sh
run: bash bindings/wallet-c/check_header.sh

0 comments on commit 3680e1c

Please sign in to comment.