Skip to content

Commit

Permalink
deps: update substrate to polkadot-v1.6.0 (polkadot-evm#1286)
Browse files Browse the repository at this point in the history
* deps: update substrate to polkadot-v1.6.0

* update some deps

* update rust-toolchain of CI

* fix taplo install
  • Loading branch information
koushiro authored Jan 24, 2024
1 parent 5592ce6 commit 511768e
Show file tree
Hide file tree
Showing 23 changed files with 698 additions and 1,567 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: nightly-2023-05-23
toolchain: nightly-2023-11-01
target: wasm32-unknown-unknown
override: true
components: rust-docs
Expand Down
8 changes: 4 additions & 4 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: nightly-2023-05-23
toolchain: nightly-2023-11-01
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: nightly-2023-05-23
toolchain: nightly-2023-11-01
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: nightly-2023-05-23
toolchain: nightly-2023-11-01
target: wasm32-unknown-unknown
override: true
components: rustfmt, clippy
Expand All @@ -85,7 +85,7 @@ jobs:
if taplo --version &> /dev/null; then
echo "taplo-cli is already installed"
else
cargo install taplo-cli --locked
cargo install taplo-cli
fi
taplo fmt --check
- name: Rustfmt
Expand Down
Loading

0 comments on commit 511768e

Please sign in to comment.