Skip to content

Commit

Permalink
enable visit/visit-mut features
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Nov 18, 2023
1 parent 395c5a9 commit ef34f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ edition = "2021"
proc-macro = true

[dependencies]
syn = { version = "2.0", features = ["full"] }
syn = { version = "2.0", features = ["full", "visit", "visit-mut"] }
proc-macro2 = "1.0"
quote = "1.0"

0 comments on commit ef34f09

Please sign in to comment.