Skip to content

Commit

Permalink
add extra-traits feature to syn (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
gterzian authored Aug 21, 2023
1 parent 28b4d02 commit e9a9790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autosurgeon-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ proc_macro = true

[dependencies]
quote = "1.0.21"
syn = { version = "2", features = ["full"] }
syn = { version = "2", features = ["full", "extra-traits"] }
proc-macro2 = "1.0"
smol_str = { version = "^0.1.21" }
thiserror = "1.0.37"
Expand Down

0 comments on commit e9a9790

Please sign in to comment.