Skip to content

Commit 2e4a155

Browse files
committed
Document the Rust 1.93.0 pin in release workflows
1 parent e9a2c06 commit 2e4a155

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-release-binaries.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build and Attach Binaries to Release
22

33
env:
4+
# must match polkadot-sdk's CI toolchain (see .github/env in polkadot-sdk)
45
TOOLCHAIN_STABLE: "1.93.0"
56

67
on:

.github/workflows/rust-docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Update rust docs
22

33
env:
4+
# must match polkadot-sdk's CI toolchain (see .github/env in polkadot-sdk)
45
TOOLCHAIN_STABLE: "1.93.0"
56

67
on:

0 commit comments

Comments
 (0)