Skip to content

Commit

Permalink
update substrate to polkadot-v0.9.36 (polkadot-evm#953)
Browse files Browse the repository at this point in the history
- update substrate to cb4f249
- update rust-toolchain to 2022-11-16 (rustc 1.67.0-nightly (a00f8ba7f 2022-11-15))
  • Loading branch information
koushiro authored Dec 21, 2022
1 parent aca04f2 commit d21ad53
Show file tree
Hide file tree
Showing 9 changed files with 136 additions and 126 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-2022-10-10
toolchain: nightly-2022-11-16
target: wasm32-unknown-unknown
override: true
components: rust-docs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-10-10
toolchain: nightly-2022-11-16
target: wasm32-unknown-unknown
override: true
- name: Install protoc
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-10-10
toolchain: nightly-2022-11-16
target: wasm32-unknown-unknown
override: true
- name: Install protoc
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-10-10
toolchain: nightly-2022-11-16
target: wasm32-unknown-unknown
override: true
components: rustfmt, clippy
Expand Down
Loading

0 comments on commit d21ad53

Please sign in to comment.