From f70a280aea632e384071e6b2a3256c0d422ea766 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Sat, 8 Apr 2023 21:18:56 +0100 Subject: [PATCH] Don't create a dictionary here --- agb-gbafix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agb-gbafix/Cargo.toml b/agb-gbafix/Cargo.toml index a1ac8093..2b4edfc2 100644 --- a/agb-gbafix/Cargo.toml +++ b/agb-gbafix/Cargo.toml @@ -10,4 +10,4 @@ elf = "0.7" gbafix = "1" bytemuck = "1" anyhow = "1" -clap = { version = "4" } \ No newline at end of file +clap = "4" \ No newline at end of file