xref: /aosp_15_r20/external/bazelbuild-rules_rust/wasm_bindgen/3rdparty/patches/README.md (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1# Wasm-bindgen patches
2
3## [resolver](./resolver.patch)
4
5This patch avoids the following issue when updating dependencies
6
7```text
8INFO: Running command line: bazel-bin/wasm_bindgen/3rdparty/crates_vendor.sh '--repin=full'
9
10error: failed to parse manifest at `/tmp/.tmpQivIHn/Cargo.toml`
11
12Caused by:
13  cannot specify `resolver` field in both `[workspace]` and `[package]`
14
15Error: Failed to update lockfile: exit status: 101
16```
17