Skip to content

Commit fe772d9

Browse files
committed
Merge pull request #27 from mitchmindtree/master
Change incorrectly typed enums to bitflags in audio_format module. Increment version to 0.3 for breaking changes.
2 parents 9a4f413 + 895806f commit fe772d9

File tree

3 files changed

+350
-113
lines changed

3 files changed

+350
-113
lines changed

Cargo.toml

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

33
name = "coreaudio-rs"
4-
version = "0.2.2"
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"]
@@ -15,5 +15,6 @@ homepage = "https://github.com/RustAudio/coreaudio-rs"
1515
num = "0.1.27"
1616

1717
[dependencies]
18+
bitflags = "0.3.2"
1819
coreaudio-sys = "0.1.2"
1920
libc = "0.2.1"

0 commit comments

Comments
 (0)