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