Skip to content

Commit

Permalink
update substrate to 2.0.0 version (paritytech#265)
Browse files Browse the repository at this point in the history
* Update substrate to 2.0.0 version

* Update dependencies

* Fix CI

Co-authored-by: koushiro <koushiro.cqx@gmail.com>
  • Loading branch information
atenjin and koushiro authored Oct 9, 2020
1 parent 35d1fdf commit 7823b96
Show file tree
Hide file tree
Showing 67 changed files with 2,611 additions and 1,435 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2020-05-14
toolchain: nightly-2020-08-24
target: wasm32-unknown-unknown
profile: minimal
override: true
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
run: cargo clippy

- name: Test
run: cargo test --workspace --exclude xpallet-contracts
run: cargo test --workspace

- name: Compile
run: cargo test --no-run
Loading

0 comments on commit 7823b96

Please sign in to comment.