From 74083a32d0546178af5c8d1bf11957f25440997d Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Thu, 14 Sep 2023 14:28:56 +0200 Subject: Set resolver for examples workspace See https://github.com/rust-lang/rust/issues/90148 --- examples/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 4f10fc3..6696429 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -1,3 +1,4 @@ [workspace] members = ["*"] exclude = ["target"] +resolver = "2" -- cgit v1.2.3