From ea88b2ec4b1985bbe2e9d49de51322ea8c404a4d Mon Sep 17 00:00:00 2001 From: Sebastian Imlay Date: Wed, 11 Sep 2024 21:41:51 -0400 Subject: [PATCH] Bump version to 0.2.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01b3f53..6f8c7d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coreaudio-sys" -version = "0.2.15" +version = "0.2.16" authors = ["Mitchell Nordine "] description = "Bindings for Apple's CoreAudio frameworks generated via rust-bindgen" license = "MIT"