We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2558867 commit 5558795Copy full SHA for 5558795
1 file changed
.fastly/config.toml
@@ -18,7 +18,7 @@ toolchain_constraint = ">= 1.21" # Go toolchain constraint for use wit
18
toolchain_constraint_tinygo = ">= 1.18" # Go toolchain constraint for use with TinyGo.
19
20
[language.rust]
21
-toolchain_constraint = ">= 1.78 != 1.91.0 < 1.92" # Rust 1.91.0 produces broken WASM packages which crash when handling requests
+toolchain_constraint = ">= 1.78 != 1.91.0 < 1.93" # Rust 1.91.0 produces broken WASM packages which crash when handling requests
22
wasm_wasi_target = "wasm32-wasip1"
23
24
[wasm-tools]
0 commit comments