From 1112886edcfc515e4c3492dc60fa7234e5227caf Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Thu, 6 Mar 2025 08:57:10 +0000 Subject: [PATCH] Use the v2 resolver in the workspace --- library/compiler-builtins/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/library/compiler-builtins/Cargo.toml b/library/compiler-builtins/Cargo.toml index baef22aa75a5..9d1448342065 100644 --- a/library/compiler-builtins/Cargo.toml +++ b/library/compiler-builtins/Cargo.toml @@ -76,6 +76,7 @@ name = "intrinsics" required-features = ["compiler-builtins"] [workspace] +resolver = "2" members = ["testcrate"] [profile.release]