Skip to content

Commit

Permalink
Updated syn to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican committed Mar 20, 2023
1 parent 431a358 commit 4237e6c
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
82 changes: 41 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion boa_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ proc-macro = true

[dependencies]
quote = "1.0.26"
syn = "1.0.109"
syn = { version = "2.0.3", features = ["full"] }
proc-macro2 = "1.0"
synstructure = "0.12"

0 comments on commit 4237e6c

Please sign in to comment.