mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-10 00:51:34 +11:00
Usage of group now requires 'full'
This commit is contained in:
parent
fb197d3e79
commit
4f6f981ce7
|
@ -13,7 +13,7 @@ proc-macro = true
|
|||
image = { version = "0.23", default-features = false, features = [ "png", "bmp" ] }
|
||||
toml = "0.5"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
syn = "1"
|
||||
syn = { version = "1", features = ["full"] }
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
asefile = "0.3.4"
|
||||
|
|
Loading…
Reference in a new issue