Skip to content

Commit

Permalink
Merge pull request #3631 from metalalive/update-example
Browse files Browse the repository at this point in the history
Procedure Macro: Update dependencies
  • Loading branch information
chriskrycho authored Apr 8, 2024
2 parents d0fa76d + 74b9dd2 commit 60c3a5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
proc-macro = true

[dependencies]
syn = "1.0"
syn = "2.0"
quote = "1.0"
2 changes: 1 addition & 1 deletion src/ch19-06-macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,6 @@ and do one more project!
[tlborm]: https://veykril.github.io/tlborm/
[`syn`]: https://crates.io/crates/syn
[`quote`]: https://crates.io/crates/quote
[syn-docs]: https://docs.rs/syn/1.0/syn/struct.DeriveInput.html
[syn-docs]: https://docs.rs/syn/2.0/syn/struct.DeriveInput.html
[quote-docs]: https://docs.rs/quote
[decl]: #declarative-macros-with-macro_rules-for-general-metaprogramming

0 comments on commit 60c3a5f

Please sign in to comment.