Skip to content

Commit 9a4f413

Browse files
author
ferris
committed
Merge pull request #26 from yupferris/master
Updated coreaudio-sys and libc versions
2 parents fd54c44 + dcdf037 commit 9a4f413

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "coreaudio-rs"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
authors = ["mitchmindtree <mitchell.nordine@gmail.com>", "yupferris <jake@fusetools.com>"]
66
description = "A friendly rust interface for Apple's CoreAudio API."
77
keywords = ["core", "audio", "unit", "osx", "ios"]
@@ -15,5 +15,5 @@ homepage = "https://github.com/RustAudio/coreaudio-rs"
1515
num = "0.1.27"
1616

1717
[dependencies]
18-
coreaudio-sys = "0.1.1"
19-
libc = "0.1.10"
18+
coreaudio-sys = "0.1.2"
19+
libc = "0.2.1"

0 commit comments

Comments
 (0)