Update Rust crate libc to 0.2.151

This commit is contained in:
renovate[bot] 2023-12-28 22:33:31 +00:00 committed by GitHub
parent 0faa5a5df3
commit f617532a74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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