mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
use less specific versions of clap and anyhow
This commit is contained in:
parent
29c7ee9929
commit
ad1f70e6e5
|
@ -7,7 +7,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
mgba = { path = "../mgba" }
|
||||
clap = { version = "4.3", features = ["derive"] }
|
||||
anyhow = "1.0"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
anyhow = "1"
|
||||
image = { version = "0.24", default-features = false, features = [ "png", "bmp" ] }
|
||||
agb-gbafix = { path = "../../agb-gbafix" }
|
Loading…
Reference in a new issue