From 009b7eb94f714511882552818932d206acef0061 Mon Sep 17 00:00:00 2001 From: Ian Chamberlain Date: Fri, 2 Jun 2023 09:42:43 -0400 Subject: [PATCH] Update to 2021 resolver by default --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1ceb75b..d59cf00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [workspace] members = ["citro3d-sys", "citro3d", "bindgen-citro3d"] default-members = ["citro3d", "citro3d-sys"] +resolver = "2" [patch."https://github.com/rust3ds/citro3d-rs.git"] citro3d-sys = { path = "citro3d-sys" }