microsoft / mu_tiano_platforms

Project Mu Virtual Platform Firmware
https://microsoft.github.io/mu/
Other
54 stars 49 forks source link

Set workspace resolver to version 2 #1024

Closed antklein closed 1 month ago

antklein commented 1 month ago

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.

How This Was Tested

I validated that cargo make build, test, and coverage did not change.

Integration Instructions

N/A