Skip to content

2025 Rust starter kit upgrades #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 25, 2025
Merged

2025 Rust starter kit upgrades #62

merged 2 commits into from
Mar 25, 2025

Conversation

kpfleming
Copy link
Contributor

@kpfleming kpfleming commented Mar 25, 2025

Starter kit content changes:

  • Changed 'wasm32-wasi' target to 'wasm32-wasip1' (requires Rust 1.78 or later and Fastly CLI 11.0 or later)

  • Changed rust-toolchain.toml to install 'stable' toolchain instead of '1.83.0'

  • Moved term.color=always from scripts.build in fastly.toml to .cargo/config.toml

  • Updated Rust edition from 2018 to 2021

  • Changed Rust 'release' profile to use LTO

  • Removed unnecessary parameters from scripts.build in fastly.toml

  • 'cargo clippy' fixes

Other changes:

  • Switched to using a reusable workflow for CI

Starter kit content changes:

* Changed 'wasm32-wasi' target to 'wasm32-wasip1' (requires Rust 1.78 or later and Fastly CLI 11.0 or later)

* Changed rust-toolchain.toml to install 'stable' toolchain instead of '1.83.0'

* Moved term.color=always from scripts.build in fastly.toml to .cargo/config.toml

* Updated Rust edition from 2018 to 2021

* Changed Rust 'release' profile to use LTO

* Removed unnecessary parameters from scripts.build in fastly.toml

Other changes:

* Switched to using a reusable workflow for CI
@kpfleming kpfleming requested a review from a team as a code owner March 25, 2025 14:38
@kpfleming kpfleming requested review from harmony7 and removed request for a team March 25, 2025 14:38
@kpfleming kpfleming merged commit 9c552ac into main Mar 25, 2025
3 checks passed
@kpfleming kpfleming deleted the 2025-upgrades branch March 25, 2025 19:56
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.

2 participants