xref: /aosp_15_r20/external/bazelbuild-rules_rust/wasm_bindgen/3rdparty/patches/resolver.patch (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1diff --git a/Cargo.toml b/Cargo.toml
2index 1e81c32..d7307be 100644
3--- a/Cargo.toml
4+++ b/Cargo.toml
5@@ -25,7 +25,7 @@ documentation = "https://rustwasm.github.io/wasm-bindgen/"
6 categories = ["wasm"]
7 license = "MIT OR Apache-2.0"
8 repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/cli"
9-resolver = "2"
10+# resolver = "2"
11
12 [package.metadata.binstall]
13 bin-dir = "wasm-bindgen-{ version }-{ target }/{ bin }{ binary-ext }"
14