Rust 1.74

Adds a Rust toolchain file to be less disruptive to developers who don't keep
their toolchain synchronized (by now having rustup automatically synchronize).

Hopefully helps resolve how +nightly clippy may pass for the coordinator, yet
building would fail due to stable's (hopefully prior?) failure to model some
async functions re: Send/Sync.

Also adds rust-src as a component in preparation of
https://github.com/paritytech/polkadot-sdk/pull/2217
This commit is contained in:
Luke Parker
2023-11-19 17:43:43 -05:00
parent 74a8df4c7b
commit 05b975dff9
11 changed files with 17 additions and 12 deletions

View File

@@ -10,12 +10,12 @@ inputs:
rust-toolchain:
description: "Rust toolchain to install"
required: false
default: 1.73.0
default: 1.74.0
rust-components:
description: "Rust components to install"
required: false
default:
default: rust-src, clippy
runs:
using: "composite"