From 545a5c637a73efe9aaefc55aab4f0056a8b3ac3a Mon Sep 17 00:00:00 2001 From: Tom Eccles Date: Wed, 13 May 2020 09:09:01 +0100 Subject: [PATCH] Bump libc dependency to 0.2.70 libc 0.2.70 includes https://github.com/rust-lang/libc/pull/1745 which fixes compilation for riscv64gc-unknown-linux-gnu. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 11f819b..dda78d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ sys-info = "=0.5.8" thiserror = "1.0.15" [target.'cfg(unix)'.dependencies] -libc = "0.2.66" +libc = "0.2.70" [target."cfg(windows)".dependencies]