Commit 48ba42d
authored
Block version 1.91.0 of Rust. (#1571)
### Change summary
The Fastly engineering team has confirmed that Rust 1.91.0 produces
broken WASM packages which will crash when handling incoming requests in
Compute services. This breaking change blocks that version when `fastly
compute build`, `fastly compute deploy`, or `fastly compute publish` are
executed.
Users of this version of the CLI will see a message similar to this:
```
✓ Verifying fastly.toml
✓ Identifying package name
✓ Identifying toolchain
ERROR: version '1.91.0' of Rust has not been validated for use with Fastly Compute.
Consult the Rust guide for Compute at https://www.fastly.com/documentation/guides/compute/rust/ for more information.
```
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?1 parent 90a82a7 commit 48ba42d
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments