From 1023fdca8c9faf812bdf256598ea6de87bfbf527 Mon Sep 17 00:00:00 2001 From: snow flurry Date: Sat, 27 Jul 2024 22:33:30 -0700 Subject: [PATCH] resolver = 2 --- Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 23f1ee8..22e866c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,3 @@ [workspace] -members = [ - "nzrd", - "api", - "client", -] +members = ["nzrd", "api", "client"] +resolver = "2"