Skip to content

Commit c733029

Browse files
fix
1 parent caf3b18 commit c733029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specta-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ workspace = true
2525
[dependencies]
2626
proc-macro2 = "1.0.86"
2727
quote = "1.0.36"
28-
syn = { version = "2.0.70", default-features = false, features = ["full"] }
28+
syn = { version = "2.0.70", features = ["full"] } # TODO: default-features = false,
2929
Inflector = { version = "0.11.4", default-features = false }

0 commit comments

Comments
 (0)