Skip to content

Commit

Permalink
deps: update substrate to polkadot-v1.8.0 (polkadot-evm#1333)
Browse files Browse the repository at this point in the history
* deps: update substrate to polkadot-v1.8.0

* update rust toolchain

* fix rust toolchain of ci

* make clippy happy
  • Loading branch information
koushiro authored Mar 13, 2024
1 parent 75adfc8 commit 064955a
Show file tree
Hide file tree
Showing 17 changed files with 552 additions and 414 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-11-01
toolchain: nightly-2024-01-22
target: wasm32-unknown-unknown
override: true
components: rust-docs
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-11-01
toolchain: nightly-2024-01-22
target: wasm32-unknown-unknown
override: true
components: rust-src
- name: Install protoc
uses: arduino/setup-protoc@v3
with:
Expand All @@ -39,9 +40,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-11-01
toolchain: nightly-2024-01-22
target: wasm32-unknown-unknown
override: true
components: rust-src
- name: Install protoc
uses: arduino/setup-protoc@v3
with:
Expand Down Expand Up @@ -72,10 +74,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-11-01
toolchain: nightly-2024-01-22
target: wasm32-unknown-unknown
override: true
components: rustfmt, clippy
components: rustfmt, clippy, rust-src
- name: Install protoc
uses: arduino/setup-protoc@v3
with:
Expand Down
Loading

0 comments on commit 064955a

Please sign in to comment.