From 2e042d87c97837b54d46b09b6c8e7c5a30f60f4c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 1 Jan 2022 21:08:27 +0000 Subject: [PATCH] Update Rust crate bitflags to 1.3 --- agb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }