Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Jul 9, 2024
1 parent caf3b18 commit c733029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specta-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit c733029

Please sign in to comment.