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)

This commit is contained in:
Imbris 2021-10-04 11:15:26 -04:00
parent 4dca33a31f
commit bb26008074
2 changed files with 1 additions and 5 deletions

3
Cargo.lock generated
View File

@ -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",

View File

@ -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"