From 1de4dc04a858dba3bc1b170ce980ee2e2825f864 Mon Sep 17 00:00:00 2001 From: Michael Hills Date: Sat, 5 Dec 2020 22:36:31 +1100 Subject: [PATCH] Publish 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2c156c5c9..78f9ede2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coreaudio-rs" -version = "0.9.1" +version = "0.10.0" authors = ["mitchmindtree ", "yupferris "] description = "A friendly rust interface for Apple's CoreAudio API." keywords = ["core", "audio", "unit", "osx", "ios"]