From c6756cfd4fa91fb0cee73b11160b6d598e8f3609 Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Sat, 2 Jun 2018 12:00:20 -0700 Subject: Start the next dev cycle --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9aabdd74..9f580a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ exclude = [ ] [dependencies] -libc = "0.2.42" +libc = { git = "https://github.com/rust-lang/libc" } bitflags = "1.0" cfg-if = "0.1.0" void = "1.0.2" -- cgit v1.2.3