Skip to content

Commit a7108e0

Browse files
committed
Publish 0.7 for addition of Remote I/O unit for iOS
See #54. Also updates to bitflags v1.0.
1 parent 1cc3664 commit a7108e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
2-
32
name = "coreaudio-rs"
4-
version = "0.6.1"
3+
version = "0.7.0"
54
authors = ["mitchmindtree <mitchell.nordine@gmail.com>", "yupferris <jake@fusetools.com>"]
65
description = "A friendly rust interface for Apple's CoreAudio API."
76
keywords = ["core", "audio", "unit", "osx", "ios"]
@@ -14,6 +13,6 @@ homepage = "https://github.com/RustAudio/coreaudio-rs"
1413
name = "coreaudio"
1514

1615
[dependencies]
17-
bitflags = "0.7"
16+
bitflags = "1.0"
1817
coreaudio-sys = "0.1"
1918
libc = "0.2"

0 commit comments

Comments
 (0)