Skip to content

Commit

Permalink
fix syn
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed May 5, 2024
1 parent 7127844 commit dbf4b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aper/aper_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ proc-macro = true
inflections = "1.1.1"
proc-macro2 = "1.0.43"
quote = "1.0.21"
syn = "2.0.1"
syn = {version="2.0.1", features=["full"]}

0 comments on commit dbf4b8c

Please sign in to comment.