diff --git a/tests/gba/Cargo.toml b/tests/gba/Cargo.toml index 7e2351d7..72cfee3b 100644 --- a/tests/gba/Cargo.toml +++ b/tests/gba/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] portable-atomic = { path = "../..", features = ["float"] } -gba = "0.13" +gba = "0.14" paste = "1" [workspace]