From 54f3dc4eb4b8cdd1378c79f57ada70fffcc25dcb Mon Sep 17 00:00:00 2001 From: tomaka Date: Tue, 10 Nov 2015 07:39:24 +0100 Subject: [PATCH] Libc 0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd60735..31dac31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" keywords = ["audio", "sound"] [dependencies] -libc = "*" +libc = "0.2" lazy_static = "0.1" winapi = "0.2.5" ole32-sys = "0.1"