From d1cfde53b6845c0b58c49b77167a5ce27cc7f11b Mon Sep 17 00:00:00 2001 From: Chris Wong Date: Wed, 27 Sep 2023 13:40:38 +1000 Subject: [PATCH] Set resolver explicitly in workspace config (#391) https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 5a930f94..a9a374b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,4 @@ exclude = [ "docs", "doctest", ] +resolver = "2"