summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/cmd_system_macros/Cargo.toml6
-rw-r--r--macros/render_system_macros/Cargo.toml6
2 files changed, 6 insertions, 6 deletions
diff --git a/macros/cmd_system_macros/Cargo.toml b/macros/cmd_system_macros/Cargo.toml
index 4a91064..3f9e0b7 100644
--- a/macros/cmd_system_macros/Cargo.toml
+++ b/macros/cmd_system_macros/Cargo.toml
@@ -7,6 +7,6 @@ edition = "2024"
proc-macro = true
[dependencies]
-proc-macro2 = "1.0"
-quote = "1.0"
-syn = { version = "2.0", features = ["full", "extra-traits", "visit"] }
+proc-macro2.workspace = true
+quote.workspace = true
+syn = { workspace = true, features = ["visit"] }
diff --git a/macros/render_system_macros/Cargo.toml b/macros/render_system_macros/Cargo.toml
index df435db..28f084d 100644
--- a/macros/render_system_macros/Cargo.toml
+++ b/macros/render_system_macros/Cargo.toml
@@ -7,6 +7,6 @@ edition = "2024"
proc-macro = true
[dependencies]
-proc-macro2 = "1.0"
-quote = "1.0"
-syn = { version = "2.0", features = ["full", "extra-traits"] }
+proc-macro2.workspace = true
+quote.workspace = true
+syn.workspace = true