Skip to content

Commit

Permalink
polkadot-v1.0.0 (#13)
Browse files Browse the repository at this point in the history
* feat: polkadot-v1.0.0

* feat: updat rust version
  • Loading branch information
mustermeiszer authored Nov 8, 2023
1 parent eed7127 commit c6cd830
Show file tree
Hide file tree
Showing 11 changed files with 614 additions and 632 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install latest nightly Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-05-09
toolchain: nightly-2023-10-26
target: ${{ matrix.target }}
override: true
- name: Build chainbridge Rust crate
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Install latest nightly Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-05-09
toolchain: nightly-2023-10-26
target: ${{ matrix.target }}
override: true
- name: Build Rust create
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-05-09
toolchain: nightly-2023-10-26
target: ${{ matrix.target }}
components: rustfmt
override: true
Expand Down
Loading

0 comments on commit c6cd830

Please sign in to comment.