Update Rust crate libc to 0.2.154

This commit is contained in:
renovate[bot] 2024-04-30 17:27:00 +00:00 committed by GitHub
parent 12a253b427
commit 73d84f8370
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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
libc = "0.2.153" libc = "0.2.154"
mgba-sys = { version = "0.1.0", path = "../mgba-sys" } mgba-sys = { version = "0.1.0", path = "../mgba-sys" }
thiserror = "1" thiserror = "1"