From be75a31c39282ec27c6320880aca4c0f2b9bed6c Mon Sep 17 00:00:00 2001 From: Alex Ryapolov Date: Sat, 26 Jun 2021 18:39:53 +0000 Subject: [PATCH] Update coreaudio-sys to v0.2.8 --- voxygen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index c24e505d36..744f08c06d 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -121,7 +121,7 @@ profiling = { version = "1.0.1", default-features = false, optional = true } dispatch = "0.1.4" # This needs to be backdated for the OSX build, potentially because the SDK is not OSX 11.0 compatible yet. # This line should be removed when possible because coreaudio-sys is not a direct dep of voxygen. -coreaudio-sys = { version = "=0.2.5", default-features = false } +coreaudio-sys = { version = "=0.2.8", default-features = false } [target.'cfg(windows)'.build-dependencies] winres = "0.1"