From cafa553b73ca31945b3a4addaf441a4cbfc7c778 Mon Sep 17 00:00:00 2001 From: Tad Hardesty Date: Thu, 21 Apr 2016 16:08:16 -0500 Subject: [PATCH] Update to opus-sys 0.2 and libc 0.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b39b2f8..a364d6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ keywords = ["opus", "codec", "voice", "sound", "audio"] repository = "https://github.com/SpaceManiac/opus-rs" [dependencies] -opus-sys = "0.1.2" -libc = "0.1" +opus-sys = "0.2.0" +libc = "0.2"