mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Update Rust crate syn to 1.0.88
This commit is contained in:
parent
2eea467cb6
commit
089dba8648
|
@ -13,7 +13,7 @@ proc-macro = true
|
|||
image = { version = "0.23", default-features = false, features = [ "png", "bmp" ] }
|
||||
toml = "0.5.8"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
syn = "1.0.87"
|
||||
syn = "1.0.88"
|
||||
proc-macro2 = "1.0.36"
|
||||
quote = "1.0.15"
|
||||
asefile = "0.3.2"
|
||||
|
|
|
@ -10,6 +10,6 @@ description = "Macro for declaring the entry point for a game using the agb libr
|
|||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = { version = "1.0.87", features = ["full", "extra-traits"] }
|
||||
syn = { version = "1.0.88", features = ["full", "extra-traits"] }
|
||||
proc-macro2 = "1.0.36"
|
||||
quote = "1.0.15"
|
||||
|
|
|
@ -22,6 +22,6 @@ freq18157 = []
|
|||
|
||||
[dependencies]
|
||||
hound = "3.4.0"
|
||||
syn = "1.0.87"
|
||||
syn = "1.0.88"
|
||||
proc-macro2 = "1.0.36"
|
||||
quote = "1.0.15"
|
Loading…
Reference in a new issue