diff --git a/Cargo.toml b/Cargo.toml | |
index 1e81c32..d7307be 100644 | |
--- a/Cargo.toml | |
+++ b/Cargo.toml | |
@@ -25,7 +25,7 @@ documentation = "https://rustwasm.github.io/wasm-bindgen/" | |
categories = ["wasm"] | |
license = "MIT OR Apache-2.0" | |
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/cli" | |
-resolver = "2" | |
+# resolver = "2" | |
[package.metadata.binstall] | |
bin-dir = "wasm-bindgen-{ version }-{ target }/{ bin }{ binary-ext }" |