Skip to content

Commit

Permalink
Merge pull request #1363 from Phala-Network/polkadot-v1.0.0
Browse files Browse the repository at this point in the history
Upgrade to Polkadot v1.0.0
  • Loading branch information
jasl authored Sep 14, 2023
2 parents 986a851 + 0a83b78 commit 9e85ce2
Show file tree
Hide file tree
Showing 86 changed files with 3,145 additions and 3,335 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-contracts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
run: sudo bash dockerfile.d/01_apt.sh
shell: bash
- name: Install cargo-contract
run: cargo install --locked cargo-contract --version =3.0.1
run: cargo install --locked cargo-contract --version =3.2.0
shell: bash
- name: Install rust components
run: rustup component add rust-src && rustup target add wasm32-wasi
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/install_toolchain/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: 1.69.0
toolchain: 1.72.0
override: true
target: wasm32-unknown-unknown
components: cargo, clippy, rust-analyzer, rust-src, rust-std, rustc-dev, rustc, rustfmt
Expand Down
Loading

0 comments on commit 9e85ce2

Please sign in to comment.