Skip to content

Commit

Permalink
Upgrade to Polkadot v1.7.2 (#16)
Browse files Browse the repository at this point in the history
* upgrade to polkadot-v1.7.2

* bump up rust version

* use last rustc version in CI

* use branch insteado of tag
  • Loading branch information
lemunozm authored May 13, 2024
1 parent 7b58efe commit 142ae63
Show file tree
Hide file tree
Showing 9 changed files with 1,145 additions and 751 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-2023-10-26
toolchain: nightly-2024-02-06
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-2023-10-26
toolchain: nightly-2024-02-06
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-2023-10-26
toolchain: nightly-2024-02-06
target: ${{ matrix.target }}
components: rustfmt
override: true
Expand Down
Loading

0 comments on commit 142ae63

Please sign in to comment.