Skip to content

Commit

Permalink
Fix missing type syn::ItemFn in #[asyncs::test]
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhuw committed May 10, 2024
1 parent a5d9baf commit 6f7170f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncs-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.82"
quote = "1.0.36"
syn = "2.0.61"
syn = { version = "2.0.61", features = ["full"] }

0 comments on commit 6f7170f

Please sign in to comment.