From 59fabafdd1cc6cfcf4dcab6fe9fba4bf964dd8f0 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sun, 2 Jun 2019 21:21:09 -0600 Subject: Update libc dependency to 0.2.57 There were some breaking changes between 0.2.55 and 0.2.57. Now Nix will only work with the later version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 16837142..2f734aec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = [ ] [dependencies] -libc = "0.2.55" +libc = "0.2.57" bitflags = "1.0" cfg-if = "0.1.0" void = "1.0.2" -- cgit v1.2.3