Skip to content

Commit

Permalink
Fix error of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi-neko committed Apr 3, 2024
1 parent a91cc79 commit fab6206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clust_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ proc-macro = true

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

[dev-dependencies]
Expand Down

0 comments on commit fab6206

Please sign in to comment.