Skip to content

Commit 134b168

Browse files
committed
Merge with upstream, increment version to 0.3.0 for breaking changes to audio_format module.
2 parents 996482f + 9a4f413 commit 134b168

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.3.0"
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"]
@@ -16,5 +16,5 @@ num = "0.1.27"
1616

1717
[dependencies]
1818
bitflags = "0.3.2"
19-
coreaudio-sys = "0.1.1"
20-
libc = "0.1.10"
19+
coreaudio-sys = "0.1.2"
20+
libc = "0.2.1"

0 commit comments

Comments
 (0)