From 88dd6e6ff62a39a74259e3fb4d5d87ae58554670 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sun, 21 Jan 2018 13:56:18 -0700 Subject: Fix libc at 0.2.36 in preparation for release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5abd4463..6289d056 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ exclude = [ ] [dependencies] -libc = { git = "https://github.com/rust-lang/libc" } +libc = "0.2.36" bitflags = "1.0" cfg-if = "0.1.0" void = "1.0.2" -- cgit v1.2.3