summaryrefslogtreecommitdiff
path: root/macros/render_system_macros/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-12 14:28:08 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-12 14:28:08 +0800
commit0a95bae451c1847f4f0b9601e60959f4e8e6b669 (patch)
tree9e1cfad4f86a73176a4d738b28e7732b66fe5f97 /macros/render_system_macros/Cargo.toml
parent8564c8f2177dec0c2c0c031d156347fa6b4485bc (diff)
Refactor display utilities
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