From 57b018aa753a0810c92b9a9d15039bf269d7510a Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Sun, 4 Feb 2024 11:12:05 -0800 Subject: [PATCH] Add missing resolver cargo attribute Signed-off-by: Alex Saveau --- tests/plugins/Cargo.toml | 2 +- tests/test-rust/Cargo.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/plugins/Cargo.toml b/tests/plugins/Cargo.toml index b41a4e0..719540d 100644 --- a/tests/plugins/Cargo.toml +++ b/tests/plugins/Cargo.toml @@ -1,5 +1,5 @@ [workspace] - +resolver = "2" members = [ "plugin1", "plugin1-lld", diff --git a/tests/test-rust/Cargo.toml b/tests/test-rust/Cargo.toml index 5a7985c..174d97c 100644 --- a/tests/test-rust/Cargo.toml +++ b/tests/test-rust/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" [package] name = "test-rust"