From 14e46ef09b357e48878fcd1a3d4095742fe24bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8A=E6=AC=A7?= Date: Sun, 13 Oct 2024 00:47:07 +0800 Subject: [PATCH] Undo the formatting changes. --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 92461e9e4e6..c7c071f6d95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,11 @@ members = [ "packages/*", "tools/*", - "examples/*" + "examples/*", +] +default-members = [ + "packages/*" ] -default-members = ["packages/*"] resolver = "2" [profile.release]