Skip to content

Commit

Permalink
merge master and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MedovTimur committed Oct 25, 2024
2 parents 9311405 + 5c968a3 commit 8b1e03e
Show file tree
Hide file tree
Showing 67 changed files with 5,005 additions and 1,258 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/contracts-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
with:
toolchain: stable
targets: wasm32-unknown-unknown

- name: Install rust-src component
run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu

- name: Prepare Gear Binary
run: |
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
CARGO_TERM_COLOR: always
DEFAULT_TOOLCHAIN: 1.78.0
DEFAULT_TOOLCHAIN: 1.82.0

defaults:
run:
Expand All @@ -30,6 +30,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install rust-src component
run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu

- name: Build
run: 'cargo build --release --workspace;'

Expand Down
Loading

0 comments on commit 8b1e03e

Please sign in to comment.