Skip to content

Commit 28c9536

Browse files
authored
Merge pull request #133 from ashleygwilliams/use-the-force
feat(bindgen): use --force
2 parents b4c25b2 + 64636fe commit 28c9536

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bindgen.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pub fn cargo_install_wasm_bindgen() -> Result<(), Error> {
1414
let output = Command::new("cargo")
1515
.arg("install")
1616
.arg("wasm-bindgen-cli")
17+
.arg("--force")
1718
.output()?;
1819
pb.finish();
1920
if !output.status.success() {

0 commit comments

Comments
 (0)