Skip to content

Commit

Permalink
Upgrade servo-media-derive to syn 2 (#425)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
  • Loading branch information
mrobinson committed Aug 13, 2024
1 parent adfb546 commit f6e6ee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 servo-media-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ proc-macro = true
path = "lib.rs"

[dependencies]
syn = "1"
syn = "2"
quote = "1"
proc-macro2 = "1"

0 comments on commit f6e6ee0

Please sign in to comment.