Skip to content

Commit

Permalink
Merge pull request #82 from Itheum/develop
Browse files Browse the repository at this point in the history
V3: To support "Creator Bonding"
  • Loading branch information
newbreedofgeek authored Apr 3, 2024
2 parents c2b46d8 + ac2c954 commit 18065d7
Show file tree
Hide file tree
Showing 29 changed files with 2,896 additions and 4,441 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- develop
jobs:
coverage:
runs-on: ubuntu-latest
Expand All @@ -12,7 +13,7 @@ jobs:
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2024-02-27
override: true
components: rustfmt, clippy
- name: Install cargo-llvm-cov
Expand Down
Loading

0 comments on commit 18065d7

Please sign in to comment.