diff --git a/specta-macros/Cargo.toml b/specta-macros/Cargo.toml index e510e0ee..1651c931 100644 --- a/specta-macros/Cargo.toml +++ b/specta-macros/Cargo.toml @@ -25,5 +25,5 @@ workspace = true [dependencies] proc-macro2 = "1.0.86" quote = "1.0.36" -syn = { version = "2.0.70", default-features = false, features = ["full"] } +syn = { version = "2.0.70", features = ["full"] } # TODO: default-features = false, Inflector = { version = "0.11.4", default-features = false }