Set workspace resolver to version 2 (#1024)

## Description
Add an explicit set for resolver to use version 2. This is required for
virtual workspaces as the rust edition cannot be inferred by the
compiler.

For details on how to complete to complete these options and their
meaning refer to
[CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md).

- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?

## How This Was Tested
I validated that cargo make build, test, and coverage did not change.

## Integration Instructions
N/A
This commit is contained in:
Antaeus Kleinert-Strand 2024-08-27 15:18:12 -07:00 коммит произвёл GitHub
Родитель e578e87634
Коммит 8f0b6e1a29
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1,4 +1,5 @@
[workspace] [workspace]
resolver = "2"
# Add packages that generate binaries here # Add packages that generate binaries here
members = [ members = [