Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into update-polkadot-v…
Browse files Browse the repository at this point in the history
…0.9.42
  • Loading branch information
koushiro committed Jun 27, 2023
2 parents 41a90ef + 3b87145 commit b51ca39
Show file tree
Hide file tree
Showing 62 changed files with 3,429 additions and 445 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: 1.68.2
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: 1.68.2
toolchain: nightly-2022-11-16
target: wasm32-unknown-unknown
override: true
- name: Install protoc
Expand All @@ -39,7 +39,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.68.2
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: 1.68.2
toolchain: nightly-2022-11-16
target: wasm32-unknown-unknown
override: true
components: rustfmt, clippy
Expand Down
Loading

0 comments on commit b51ca39

Please sign in to comment.