Merge branch 'master' into 'master'

Update `coreaudio-sys` to v0.2.8 to fix build failure on M1 Macs

See merge request veloren/veloren!2505
This commit is contained in:
Marcel 2021-06-28 07:47:50 +00:00
commit f4f6138d3d

View File

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