Merge pull request #146 from agbrs/renovate/bitflags-1.x

Update Rust crate bitflags to 1.3
This commit is contained in:
Corwin 2022-01-01 21:12:51 +00:00 committed by GitHub
commit a881cef5a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" }