From ad1f70e6e50d28edba27c8e890104fa7a3ce9ace Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 8 Aug 2023 09:34:58 +0100 Subject: [PATCH] use less specific versions of clap and anyhow --- emulator/test-runner/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emulator/test-runner/Cargo.toml b/emulator/test-runner/Cargo.toml index 65889bee..e86d5aec 100644 --- a/emulator/test-runner/Cargo.toml +++ b/emulator/test-runner/Cargo.toml @@ -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" } \ No newline at end of file