You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the Rust version has been pinned down the CI workflow breaks due
to cargo picking up the file and using 1.34.2 for all matrix
configurations. The solution is to use the @action-rs/toolchain actions
to force a specific toolchain for the CI job.
0 commit comments