From cd7a863d909b3d82bee509b53725208f89bf0dad Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 15 Sep 2023 10:37:31 +0200 Subject: [PATCH] Explicitly set workspace resolver --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 0e49ca5..6ccc479 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,2 +1,3 @@ [workspace] members = ["instant-xml", "instant-xml-macros"] +resolver = "2"