Skip to content

Commit 5558795

Browse files
committed
1.9.2.x rust support
1 parent 2558867 commit 5558795

1 file changed

Lines changed: 1 addition & 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 != 1.91.0 < 1.92" # Rust 1.91.0 produces broken WASM packages which crash when handling requests
21+
toolchain_constraint = ">= 1.78 != 1.91.0 < 1.93" # Rust 1.91.0 produces broken WASM packages which crash when handling requests
2222
wasm_wasi_target = "wasm32-wasip1"
2323

2424
[wasm-tools]

0 commit comments

Comments
 (0)