From 794316c6e925097ef6b87693b4a610b4563309e6 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 11 Mar 2026 16:04:47 +0800 Subject: Consolidate dependencies using workspace inheritance --- systems/_constants/macros/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'systems/_constants/macros') diff --git a/systems/_constants/macros/Cargo.toml b/systems/_constants/macros/Cargo.toml index 1b1012b..22eff88 100644 --- a/systems/_constants/macros/Cargo.toml +++ b/systems/_constants/macros/Cargo.toml @@ -7,8 +7,8 @@ edition = "2024" proc-macro = true [dependencies] -syn = { version = "2.0", features = ["full", "extra-traits"] } -quote = "1.0" -proc-macro2 = "1.0" -regex = "1.12" -just_fmt = "0.1" +just_fmt.workspace = true +proc-macro2.workspace = true +quote.workspace = true +regex.workspace = true +syn.workspace = true -- cgit