From a4d7df1c1d25affb1b3cc202c8fe52f296d6c504 Mon Sep 17 00:00:00 2001 From: Imbris Date: Mon, 4 Oct 2021 11:15:26 -0400 Subject: [PATCH] Remove explicit coreaudio-sys version since we no longer rely on having the older version pinned (in fact it was already updated to the latest version) --- Cargo.lock | 3 +-- voxygen/Cargo.toml | 3 --- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3a823ff5e..7978a41a6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5780,7 +5780,7 @@ version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "rand 0.8.4", "static_assertions", ] @@ -6246,7 +6246,6 @@ dependencies = [ "conrod_core", "conrod_winit", "copy_dir", - "coreaudio-sys", "cpal", "criterion", "crossbeam-channel", diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index f4f25b0e39..f34934e846 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -126,9 +126,6 @@ profiling = { version = "1.0.1", default-features = false, optional = true } [target.'cfg(target_os = "macos")'.dependencies] 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.8", default-features = false } [target.'cfg(windows)'.build-dependencies] winres = "0.1"