Update Rust crate libc to 0.2.154 (#660)

This commit is contained in:
Corwin 2024-04-30 18:35:26 +01:00 committed by GitHub
commit b886ad55ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2.153"
libc = "0.2.154"
mgba-sys = { version = "0.1.0", path = "../mgba-sys" }
thiserror = "1"