From edcdab0207631acda0f26fb31c8eefb113f3c2c2 Mon Sep 17 00:00:00 2001 From: Michael Hills Date: Sat, 5 Dec 2020 21:34:40 +1100 Subject: [PATCH] Publish 0.2.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5d4299..92d78df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coreaudio-sys" -version = "0.2.7" +version = "0.2.8" authors = ["Mitchell Nordine "] description = "Bindings for Apple's CoreAudio frameworks generated via rust-bindgen" license = "MIT"