Use cargo resolve 2 in cargo_setter.py
Created by: compiaffe
WGPU package does not resolve the features correctly without use of resolver="2". https://github.com/gfx-rs/wgpu/issues/2217#issuecomment-980638972 Resolver 2 will be default once we are on the 2021 rust edition.
PR Checklist
Before creating your pull request, please make sure that you have remembered the following:
- Does related
CHANGELOG.md
file(s) contain an entry documenting the changes of this PR and is it SemVer compliment?
This message is not a template and should be replaced with a proper description of what the PR solves and other relevant details.