From 044261a2ff9d5b251233f7f8e234a702f1b1ceb8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 22:28:28 +0000 Subject: [PATCH] Update Rust crate bitflags to v2 --- agb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }