Skip to content
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

2025 Rust starter kit upgrades #17

Merged
merged 1 commit into from
Mar 25, 2025
Merged

2025 Rust starter kit upgrades #17

merged 1 commit into from
Mar 25, 2025

Conversation

kpfleming
Copy link
Contributor

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

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 15:01
@kpfleming kpfleming requested review from harmony7 and removed request for a team March 25, 2025 15:01
@kpfleming kpfleming merged commit ebf5cfa into main Mar 25, 2025
1 check passed
@kpfleming kpfleming deleted the 2025-upgrades branch March 25, 2025 19:58
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.

None yet

2 participants