From 8e4a5f060eed8910f31ae785d346c3b3c4b4d4c7 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 18 Sep 2021 20:05:47 -0600 Subject: [PATCH] Set libc version to 0.2.102 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe0d3b521a..298c16ebb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ targets = [ ] [dependencies] -libc = { git = "https://github.com/rust-lang/libc", rev = "621a95373", features = [ "extra_traits" ] } +libc = { version = "0.2.102", features = [ "extra_traits" ] } bitflags = "1.3.1" cfg-if = "1.0"