From ea3334967f82a1326ff0e67189261686957ad359 Mon Sep 17 00:00:00 2001 From: Xiaopeng Li Date: Thu, 4 Jan 2024 14:47:10 +0800 Subject: [PATCH] bump version to 0.2.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c43f11..22eea86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coreaudio-sys" -version = "0.2.14" +version = "0.2.15" authors = ["Mitchell Nordine "] description = "Bindings for Apple's CoreAudio frameworks generated via rust-bindgen" license = "MIT"