From 68ce6ec089601f0122c5c8aa3c1399b1baf1e9f0 Mon Sep 17 00:00:00 2001 From: AzureMarker Date: Sat, 29 Jan 2022 14:35:16 -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 43ab14b..3fb998d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,4 @@ license = "MIT/Apache 2.0" edition = "2021" [dependencies] -libc = { git = "https://github.com/Meziu/libc.git" } +libc = "0.2.116"