From f8b34084618bac2088bdd8001e66efd79bf492fe Mon Sep 17 00:00:00 2001 From: Sebastian Imlay Date: Fri, 24 Mar 2023 21:22:19 -0400 Subject: [PATCH] Minor Bump version to 0.2.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3da775e..f2ca03b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coreaudio-sys" -version = "0.2.11" +version = "0.2.12" authors = ["Mitchell Nordine "] description = "Bindings for Apple's CoreAudio frameworks generated via rust-bindgen" license = "MIT"