From cc1956b2c6c240a308e1be513e4ab1f2dc27ecbc Mon Sep 17 00:00:00 2001 From: AzureMarker Date: Sat, 29 Jan 2022 14:36:09 -0800 Subject: [PATCH] Update libc to the upstream Our PR merged. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe76168..dc453fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,4 @@ license = "MIT/Apache 2.0" edition = "2018" [dependencies] -libc = { git = "https://github.com/Meziu/libc.git" } +libc = "0.2.116"