use less specific versions of clap and anyhow

This commit is contained in:
Corwin 2023-08-08 09:34:58 +01:00
parent 29c7ee9929
commit ad1f70e6e5
No known key found for this signature in database

View file

@ -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" }