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