mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
be less specific in version numbers
This commit is contained in:
parent
8576440093
commit
aca82e7007
|
@ -11,9 +11,9 @@ proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
image = { version = "0.23", default-features = false, features = [ "png", "bmp" ] }
|
image = { version = "0.23", default-features = false, features = [ "png", "bmp" ] }
|
||||||
toml = "0.5.8"
|
toml = "0.5"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
syn = "1.0.88"
|
syn = "1.0"
|
||||||
proc-macro2 = "1.0.36"
|
proc-macro2 = "1.0"
|
||||||
quote = "1.0.15"
|
quote = "1.0"
|
||||||
asefile = "0.3.2"
|
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
|
proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
syn = { version = "1.0.88", features = ["full", "extra-traits"] }
|
syn = { version = "1.0", features = ["full", "extra-traits"] }
|
||||||
proc-macro2 = "1.0.36"
|
proc-macro2 = "1.0"
|
||||||
quote = "1.0.15"
|
quote = "1.0"
|
||||||
|
|
|
@ -21,7 +21,7 @@ proc-macro = true
|
||||||
freq18157 = []
|
freq18157 = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
hound = "3.4.0"
|
hound = "3.4"
|
||||||
syn = "1.0.88"
|
syn = "1.0"
|
||||||
proc-macro2 = "1.0.36"
|
proc-macro2 = "1.0"
|
||||||
quote = "1.0.15"
|
quote = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue