Skip to content

Commit

Permalink
Set workspace resolver to version 2 (#1024)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
antklein authored Aug 27, 2024
1 parent e578e87 commit 8f0b6e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"

# Add packages that generate binaries here
members = [
Expand Down

0 comments on commit 8f0b6e1

Please sign in to comment.