Skip to content

Commit 634756d

Browse files
authored
Merge branch 'main' into rcaril/CDTOOL-1197-purge-key-to-bulk
2 parents d0b135e + a52d1a7 commit 634756d

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.fastly/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ toolchain_constraint = ">= 1.21" # Go toolchain constraint for use wit
1818
toolchain_constraint_tinygo = ">= 1.18" # Go toolchain constraint for use with TinyGo.
1919

2020
[language.rust]
21-
toolchain_constraint = ">= 1.78.0"
21+
toolchain_constraint = ">= 1.78.0, < 1.91.0" # Rust 1.91.0 produces broken WASM packages which crash when handling requests
2222
wasm_wasi_target = "wasm32-wasip1"
2323

2424
[wasm-tools]

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@
22

33
## [Unreleased]
44

5+
### Breaking:
6+
7+
### Enhancements:
8+
9+
### Bug fixes:
10+
11+
### Dependencies:
12+
13+
## [v13.0.0](https://github.com/fastly/cli/releases/tag/v13.0.0) (2025-10-30)
14+
515
### Breaking:
616
- breaking(tls-custom): correct 'tls-custom activation enable' command parameters to reflect expected input from API ([#1562](https://github.com/fastly/cli/pull/1562))
17+
- breaking(compute/build): Block version 1.91.0 of Rust as it produces broken WASM packages. ([#1571](https://github.com/fastly/cli/pull/1571))
718

819
### Enhancements:
920
- build(dockerfile-rust): add wasm tools to the rust docker container ([#1552](https://github.com/fastly/cli/pull/1552))

0 commit comments

Comments
 (0)