Skip to content

Commit

Permalink
chore: update deps to v1.1.0 (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: MedovTimur <[email protected]>
Co-authored-by: MedovTimur <[email protected]>
Co-authored-by: Louisa <[email protected]>
Co-authored-by: LouiseMedova <[email protected]>
  • Loading branch information
5 people authored Feb 16, 2024
1 parent fefbbc9 commit c8f9cf5
Show file tree
Hide file tree
Showing 63 changed files with 2,092 additions and 1,690 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown

- name: ${{ github.ref_type == 'tag' && 'Build' || 'Build & CI' }}
run: '[ $GITHUB_REF_TYPE = "tag" ] && cargo b || cargo xtask ci'

Expand Down
Loading

0 comments on commit c8f9cf5

Please sign in to comment.