From 4100dc9c537abc755cbcb0b79bfedbabfc191a0c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 20 Apr 2018 19:07:56 -0700 Subject: [PATCH] Recommend installation from crates.io, not git --- crates/cli-support/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cli-support/src/lib.rs b/crates/cli-support/src/lib.rs index 8f1a8393..bca88528 100644 --- a/crates/cli-support/src/lib.rs +++ b/crates/cli-support/src/lib.rs @@ -248,7 +248,7 @@ to update the wasm-bindgen dependency with: or you can update the binary with - cargo install -f --git https://github.com/alexcrichton/wasm-bindgen + cargo install -f wasm-bindgen-cli if this warning fails to go away though and you're not sure what to do feel free to open an issue at https://github.com/alexcrichton/wasm-bindgen/issues!