From d1135d544dbeb6aaa597b470e7a378da54892bc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:03:31 +0000 Subject: [PATCH] Update Rust crate libc to 0.2.150 --- emulator/mgba/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulator/mgba/Cargo.toml b/emulator/mgba/Cargo.toml index 11a51d98..0a077cdc 100644 --- a/emulator/mgba/Cargo.toml +++ b/emulator/mgba/Cargo.toml @@ -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.149" +libc = "0.2.150" mgba-sys = { version = "0.1.0", path = "../mgba-sys" } thiserror = "1" \ No newline at end of file