We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo metadata
1 parent 0735b8c commit 1784909Copy full SHA for 1784909
packages/perseus-cli/src/install.rs
@@ -96,6 +96,7 @@ impl Tools {
96
// right version of `wasm-bindgen`
97
let metadata = MetadataCommand::new()
98
.no_deps()
99
+ .cargo_path(&global_opts.cargo_engine_path)
100
.exec()
101
.map_err(|err| InstallError::MetadataFailed { source: err })?;
102
let workspace_root = metadata.workspace_root.into_std_path_buf();
0 commit comments