From 542fec175c19580d282ae15593accecbb6ce6916 Mon Sep 17 00:00:00 2001 From: Colton Donnelly Date: Fri, 8 Jan 2021 10:00:09 -0500 Subject: [PATCH] rollback #1434 to v0.7.x (update libc to 0.2.82 to fix broken macOS builds) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4158eba7..3b96e93be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ os-util = ["os-ext"]# Replaced with "os-ext" feature. log = "0.4.8" [target.'cfg(unix)'.dependencies] -libc = "0.2.69" +libc = "0.2.82" [target.'cfg(windows)'.dependencies] miow = "0.3.6"