Skip to content

Commit

Permalink
Merge pull request #296 from chexware/runtime-upgrade/polkadot-0.9.43
Browse files Browse the repository at this point in the history
Runtime Polkadot Version Update -  0.9.43
  • Loading branch information
justinphamnz authored Dec 6, 2023
2 parents a68a18f + 6ffca84 commit f530828
Show file tree
Hide file tree
Showing 57 changed files with 2,096 additions and 2,678 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
curl https://sh.rustup.rs -sSf | sh -s -- -y
source ~/.cargo/env
rustup default nightly && rustup update
rustup default nightly-2022-11-15
rustup target add wasm32-unknown-unknown --toolchain nightly-2022-11-15
rustup default nightly-2023-05-22
rustup target add wasm32-unknown-unknown --toolchain nightly-2023-05-22
- name: Check Rust version
run: rustup show
- name: Check Format
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
curl https://sh.rustup.rs -sSf | sh -s -- -y
source ~/.cargo/env
rustup default nightly && rustup update
rustup default nightly-2022-11-15
rustup target add wasm32-unknown-unknown --toolchain nightly-2022-11-15
rustup default nightly-2023-05-22
rustup target add wasm32-unknown-unknown --toolchain nightly-2023-05-22
- name: Check Rust version
run: rustup show
- name: Check Format
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
curl https://sh.rustup.rs -sSf | sh -s -- -y
source ~/.cargo/env
rustup default nightly && rustup update
rustup default nightly-2022-11-15
rustup target add wasm32-unknown-unknown --toolchain nightly-2022-11-15
rustup default nightly-2023-05-22
rustup target add wasm32-unknown-unknown --toolchain nightly-2023-05-22
- name: Check Rust version
run: rustup show
- name: Run all test cases
Expand Down
Loading

0 comments on commit f530828

Please sign in to comment.