Skip to content

Commit 6f33393

Browse files
chore: Note to update docs wasm-opt version
1 parent 3820cdf commit 6f33393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/install/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ pub fn prebuilt_url_for(tool: &Tool, version: &str, arch: &Arch, os: &Os) -> Res
203203
Tool::WasmOpt => {
204204
Ok(format!(
205205
"https://github.com/WebAssembly/binaryen/releases/download/{vers}/binaryen-{vers}-{target}.tar.gz",
206-
vers = "version_117",
206+
vers = "version_117", // Make sure to update the version in docs/src/cargo-toml-configuration.md as well
207207
target = target,
208208
))
209209
}

0 commit comments

Comments
 (0)