Skip to content

Commit 481e5a8

Browse files
committed
Merge branch 'master' into v0.50.x
2 parents 8329990 + 4157ce0 commit 481e5a8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-nodes.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
- name: Install dependencies
2121
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler curl gcc make clang cmake llvm-dev libclang-dev
2222

23-
- name: Install Rust stable toolchain
23+
- name: Install Rust v1.88 toolchain
2424
uses: actions-rs/toolchain@v1
2525
with:
2626
profile: minimal
27-
toolchain: stable
27+
toolchain: 1.88
2828
components: rust-src
2929
target: wasm32-unknown-unknown
3030

@@ -49,7 +49,7 @@ jobs:
4949
cargo strip
5050
5151
- name: upload substrate binary
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v5
5353
with:
5454
name: nightly-substrate-binary
5555
path: target/release/substrate-node
@@ -62,7 +62,7 @@ jobs:
6262
tar -zcvf target/release/polkadot.tar.gz target/release/polkadot
6363
6464
- name: upload polkadot binary
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v5
6666
with:
6767
name: nightly-polkadot-binary
6868
path: |

subxt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ subxt-signer = { path = "../signer", features = ["unstable-eth"] }
131131
subxt-rpcs = { workspace = true, features = ["subxt", "mock-rpc-client"] }
132132
# Tracing subscriber is useful for light-client examples to ensure that
133133
# the `bootNodes` and chain spec are configured correctly. If all is fine, then
134-
# the light-client wlll emit INFO logs with
134+
# the light-client will emit INFO logs with
135135
# `GrandPa warp sync finished` and `Finalized block runtime ready.`
136136
tracing-subscriber = { workspace = true }
137137
# These deps are needed to test the reconnecting rpc client

0 commit comments

Comments
 (0)