Add Rust 1.93.0 to the Rust version blocklist.#1653
Conversation
Rust 1.93.0 has a bug in the wasm32-wasip2 target, so it doesn't affect current Fastly users, however there are future use cases which could be affected by it, so add a blocklist rule for it.
philippschulte
left a comment
There was a problem hiding this comment.
@dgohman-fastly Confirmed with my team: this isn’t a breaking change, since it doesn’t impact any existing Fastly users. Could you please update the changelog entry to reflect that? Thanks!
Done. |
|
I'm not even sure this is useful; at the moment the CLI doesn't even have the ability to build for the |
Both PRs were merged after the v14.0.4 release.
### Change summary Moved two changelog entries from the v14.0.0 section to Unreleased, as both PRs were merged after v14.0.4 was tagged: - #1653 - feat(compute/build): Block version 1.93.0 of Rust - #1637 - feat(service/vcl): escape control characters when displaying VCL content All Submissions: * [x] Have you followed the guidelines in our Contributing document? * [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/fastly/cli/pulls) for the same update/change? ### New Feature Submissions: * [x] Does your submission pass tests? ### Changes to Core Features: * [x] Have you written new tests for your core changes, as applicable? * [x] Have you successfully run tests with your changes locally? ### User Impact None. Documentation-only change to the changelog. ### Are there any considerations that need to be addressed for release? None.
Change summary
Rust 1.93.0 has a bug in the wasm32-wasip2 target, so it doesn't affect current Fastly users, however there are potential future use cases affected by it, so add a blocklist rule for it.
All Submissions:
User Impact
Users using Rust 1.93.0 will need to upgrade to Rust 1.93.1.