Skip to content

Commit

Permalink
Upgrade Substrate / Polkadot / Cumulus crates (Snowfork#331)
Browse files Browse the repository at this point in the history
* Upgrade Substrate / Polkadot / Cumulus crates

* Upgrade JS packages to match

* Update Rust to latest nightly toolchain

* Update Polkadot commit in READMEs
  • Loading branch information
Rizziepit authored Apr 7, 2021
1 parent 7beeb35 commit f50a74e
Show file tree
Hide file tree
Showing 34 changed files with 2,414 additions and 1,912 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/parachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2021-01-10
toolchain: nightly-2021-03-24
target: wasm32-unknown-unknown
- name: cargo check
uses: actions-rs/cargo@v1
with:
command: check
toolchain: nightly-2021-01-10
toolchain: nightly-2021-03-24
args: --manifest-path parachain/Cargo.toml --workspace --exclude artemis

test:
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2021-01-10
toolchain: nightly-2021-03-24
target: wasm32-unknown-unknown
- uses: actions-rs/install@v0.1.2
with:
Expand All @@ -87,4 +87,4 @@ jobs:
--exclude local-runtime
--exclude-files '*/mock.rs,*/tests.rs'
--coveralls ${{ secrets.COVERALLS_REPO_TOKEN }}
toolchain: nightly-2021-01-10
toolchain: nightly-2021-03-24
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2021-01-10
toolchain: nightly-2021-03-24
target: wasm32-unknown-unknown
- name: build
uses: actions-rs/cargo@v1
Expand Down
Loading

0 comments on commit f50a74e

Please sign in to comment.