Skip to content

Bump braces from 3.0.2 to 3.0.3 in /contracts #2204

Bump braces from 3.0.2 to 3.0.3 in /contracts

Bump braces from 3.0.2 to 3.0.3 in /contracts #2204

Workflow file for this run

name: Bindings
on:
push:
branches:
- main
paths-ignore:
- README.md
merge_group:
pull_request:
paths-ignore:
- README.md
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- run: wasm-pack build --scope crypto-com bindings/wasm
- run: cargo run --features=uniffi-bindgen -p defi-wallet-core-common --bin uniffi-bindgen -- generate common/src/common.udl --config common/uniffi.toml --language kotlin --out-dir bindings/android
- run: cargo run --features=uniffi-bindgen -p defi-wallet-core-common --bin uniffi-bindgen -- generate common/src/common.udl --config common/uniffi.toml --language swift --out-dir bindings/ios