Skip to content

Commit

Permalink
Update Rust crate syn to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 23, 2023
1 parent 4562c4e commit 29c1661
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agb-image-converter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ proc-macro = true
image = { version = "0.23", default-features = false, features = [ "png", "bmp" ] }
toml = "0.5"
serde = { version = "1", features = ["derive"] }
syn = { version = "1", features = ["full"] }
syn = { version = "2", features = ["full"] }
proc-macro2 = "1"
quote = "1"
asefile = "0.3.5"
Expand Down
2 changes: 1 addition & 1 deletion agb-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ repository = "https://github.com/agbrs/agb"
proc-macro = true

[dependencies]
syn = { version = "1", features = ["full", "extra-traits"] }
syn = { version = "2", features = ["full", "extra-traits"] }
proc-macro2 = "1"
quote = "1"
2 changes: 1 addition & 1 deletion agb-sound-converter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ proc-macro = true

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

0 comments on commit 29c1661

Please sign in to comment.