diff --git a/agb/Cargo.toml b/agb/Cargo.toml index 8da26911..22c50f9a 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -20,7 +20,7 @@ alloc = [] freq18157 = ["agb_sound_converter/freq18157"] [dependencies] -bitflags = "1.2" +bitflags = "1.3" agb_image_converter = { version = "0.6.0", path = "../agb-image-converter" } agb_sound_converter = { version = "0.1.0", path = "../agb-sound-converter" } agb_macros = { version = "0.1.0", path = "../agb-macros" }