diff --git a/agb/Cargo.toml b/agb/Cargo.toml index 60e202c0..9bca59fb 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -21,7 +21,7 @@ default = ["testing"] testing = [] [dependencies] -bitflags = "1" +bitflags = "2" agb_image_converter = { version = "0.13.0", path = "../agb-image-converter" } agb_sound_converter = { version = "0.13.0", path = "../agb-sound-converter" } agb_macros = { version = "0.13.0", path = "../agb-macros" }