diff options
Diffstat (limited to 'systems/sheet')
| -rw-r--r-- | systems/sheet/macros/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/systems/sheet/macros/Cargo.toml b/systems/sheet/macros/Cargo.toml index d7a59d1..d1d6e59 100644 --- a/systems/sheet/macros/Cargo.toml +++ b/systems/sheet/macros/Cargo.toml @@ -7,6 +7,6 @@ edition = "2024" proc-macro = true [dependencies] -syn = { version = "2.0", features = ["full", "extra-traits"] } -quote = "1.0" -proc-macro2 = "1.0" +syn.workspace = true +quote.workspace = true +proc-macro2.workspace = true |
