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