From 9eb8d5c3e10bda16c9edf5e8f430662a6c404093 Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Sun, 15 Nov 2015 19:07:30 -0300 Subject: Update to libc 0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2400b4e..a83691d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Matias Linares "] [dependencies] -libc = "*" +libc = "0.2.*" [dependencies.x11] version = "*" -- cgit v1.2.3-54-g00ecf