Skip to content

Commit

Permalink
Fix syn features for leptos-struct-component
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Nov 23, 2024
1 parent c5b1699 commit 449565c
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 64 deletions.
126 changes: 63 additions & 63 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/leptos-struct-component-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.89"
quote = "1.0.37"
syn = "2.0.85"
syn = { version = "2.0.89", features = ["extra-traits", "full"] }

0 comments on commit 449565c

Please sign in to comment.