summaryrefslogtreecommitdiff
path: root/systems/_constants/macros/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'systems/_constants/macros/Cargo.toml')
-rw-r--r--systems/_constants/macros/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
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