From e6b30f395eb1e03a8ff15c3832990a9de6e58a3d Mon Sep 17 00:00:00 2001 From: ferris Date: Mon, 9 Nov 2015 02:08:24 -0800 Subject: [PATCH 1/2] Updated coreaudio-sys and libc versions --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0a964c689..6b3369e7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,5 @@ homepage = "https://github.com/RustAudio/coreaudio-rs" num = "0.1.27" [dependencies] -coreaudio-sys = "0.1.1" -libc = "0.1.10" +coreaudio-sys = "0.1.2" +libc = "0.2.1" From dcdf037fda892925a346dad0ea37738bcf4f9014 Mon Sep 17 00:00:00 2001 From: ferris Date: Tue, 10 Nov 2015 17:24:03 -0800 Subject: [PATCH 2/2] Bumped crate version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b3369e7d..747cc713b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "coreaudio-rs" -version = "0.2.1" +version = "0.2.2" authors = ["mitchmindtree ", "yupferris "] description = "A friendly rust interface for Apple's CoreAudio API." keywords = ["core", "audio", "unit", "osx", "ios"]