Skip to content

Commit be3b667

Browse files
committed
setup: fix wasm-tools deps
1 parent 41ed3b3 commit be3b667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ fn install_deps(deps: Vec<Dependency>, verbose: bool, toolchain: &str) -> Result
478478
call_rustup("target add wasm32-wasip1", verbose, toolchain)?
479479
}
480480
Dependency::WasmTools => call_cargo(
481-
&format!("install wasm-tools --version {WASM_TOOLS_VERSION}"),
481+
&format!("install wasm-tools --locked --version {WASM_TOOLS_VERSION}"),
482482
verbose,
483483
toolchain,
484484
)?,

0 commit comments

Comments
 (0)