Skip to content

Commit

Permalink
Add missing resolver cargo attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX authored and jamesmth committed Feb 5, 2024
1 parent c07d0e6 commit 57b018a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]

resolver = "2"
members = [
"plugin1",
"plugin1-lld",
Expand Down
1 change: 1 addition & 0 deletions tests/test-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"

[package]
name = "test-rust"
Expand Down

0 comments on commit 57b018a

Please sign in to comment.