mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
Update Rust crate bitflags to 1.2
This commit is contained in:
parent
de18427f1c
commit
6681897494
|
@ -18,7 +18,7 @@ lto = true
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bitflags = "1.0"
|
bitflags = "1.2"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
agb_image_converter = "0.2.0"
|
agb_image_converter = "0.2.0"
|
||||||
|
|
Loading…
Reference in a new issue