From 4effbd209edf96637d7da2b7d29ea1a6de3c637a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 11 Mar 2026 17:38:08 +0800 Subject: Add config system and space macro with workspace dependencies --- systems/sheet/macros/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'systems/sheet/macros/Cargo.toml') diff --git a/systems/sheet/macros/Cargo.toml b/systems/sheet/macros/Cargo.toml index d7a59d1..d1d6e59 100644 --- a/systems/sheet/macros/Cargo.toml +++ b/systems/sheet/macros/Cargo.toml @@ -7,6 +7,6 @@ edition = "2024" proc-macro = true [dependencies] -syn = { version = "2.0", features = ["full", "extra-traits"] } -quote = "1.0" -proc-macro2 = "1.0" +syn.workspace = true +quote.workspace = true +proc-macro2.workspace = true -- cgit