mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
Update Rust crate libc to 0.2.151
This commit is contained in:
parent
0faa5a5df3
commit
f617532a74
|
@ -6,6 +6,6 @@ edition = "2021"
|
||||||
# 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]
|
||||||
libc = "0.2.150"
|
libc = "0.2.151"
|
||||||
mgba-sys = { version = "0.1.0", path = "../mgba-sys" }
|
mgba-sys = { version = "0.1.0", path = "../mgba-sys" }
|
||||||
thiserror = "1"
|
thiserror = "1"
|
Loading…
Reference in a new issue