Skip to content

Commit

Permalink
fix(stageleft_macro): syn missing features
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Dec 23, 2024
1 parent 9a7e486 commit b14d652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stageleft_macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/lib.rs"

[dependencies]
quote = "1.0.35"
syn = { version = "2.0.46", features = [ "parsing", "extra-traits", "visit" ] }
syn = { version = "2.0.46", features = [ "extra-traits", "full", "parsing", "visit", "visit-mut" ] }
proc-macro2 = "1.0.74"
proc-macro-crate = "1.0.0"
sha2 = "0.10.0"
Expand Down

0 comments on commit b14d652

Please sign in to comment.