From 42e8f24455ba9fa40c78763223aa93c43890770d Mon Sep 17 00:00:00 2001 From: Wowkster <49880655+wowkster@users.noreply.github.com> Date: Sat, 5 Aug 2023 17:01:29 -0400 Subject: [PATCH] chore: :wrench: update root Cargo.toml Updated `workspace.resolver` to latest --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 529c35d..003c782 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,6 @@ [workspace] +resolver = "2" members = [ "compiler", ]