Skip to content

rust: Adopt .tool-versions and standardise scripts for Rust - #148

Open
adamnfish-gu wants to merge 1 commit into
platform/tool-versions-cifrom
adopt/rust
Open

rust: Adopt .tool-versions and standardise scripts for Rust#148
adamnfish-gu wants to merge 1 commit into
platform/tool-versions-cifrom
adopt/rust

Conversation

@adamnfish-gu

@adamnfish-gu adamnfish-gu commented Aug 7, 2026

Copy link
Copy Markdown

The project had no .tool-versions and no script/setup, so cargo was unresolvable from a fresh environment and CI had no toolchain to install.

Adds .tool-versions pinning rust 1 and script/setup running cargo fetch. script/start and script/test gain set -euo pipefail and the cd to project root used by the other skeletons. Updates the README to the standard prerequisites section.


Base platform/tool-versions-ci (#144), so the diff shows only this branch's changes. Merge #144 first.

Part of #143.

The project had no .tool-versions and no script/setup, so cargo was
unresolvable from a fresh environment and CI had no toolchain to install.

Adds .tool-versions pinning rust 1 and script/setup running `cargo fetch`.
script/start and script/test gain set -euo pipefail and the cd to project
root used by the other skeletons. Updates the README to the standard
prerequisites section.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant