Skip to content

Commit

Permalink
Upgrade to polkadot-v0.9.37 (#888)
Browse files Browse the repository at this point in the history
* Upgrade to polkadot-v0.9.37

* Update cargo.toml

* Fix tests

* Bump version

* Fix ci

* Bump version

* Update Makefile

---------

Co-authored-by: Edwin <lark930@gmail.com>
  • Loading branch information
hqwangningbo and ark930 authored Feb 3, 2023
1 parent 3260c20 commit a4a209f
Show file tree
Hide file tree
Showing 90 changed files with 3,193 additions and 2,170 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-10-09
toolchain: nightly-2022-11-15
components: rustfmt
target: wasm32-unknown-unknown
default: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-10-09
toolchain: nightly-2022-11-15
components: rustfmt,clippy
target: wasm32-unknown-unknown
override: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-10-09
toolchain: nightly-2022-11-15
components: rustfmt
target: wasm32-unknown-unknown
default: true
Expand Down
Loading

0 comments on commit a4a209f

Please sign in to comment.