Update cpal requirement from 0.15 to 0.16
--- updated-dependencies: - dependency-name: cpal dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e2810085a8
commit
173b1864b5
@ -23,7 +23,7 @@ rodio = { version = "0.20", default-features = false }
|
|||||||
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
||||||
|
|
||||||
[target.'cfg(target_os = "android")'.dependencies]
|
[target.'cfg(target_os = "android")'.dependencies]
|
||||||
cpal = { version = "0.15", optional = true }
|
cpal = { version = "0.16", optional = true }
|
||||||
|
|
||||||
[target.'cfg(target_vendor = "apple")'.dependencies]
|
[target.'cfg(target_vendor = "apple")'.dependencies]
|
||||||
# NOTE: Explicitly depend on this patch version to fix:
|
# NOTE: Explicitly depend on this patch version to fix:
|
||||||
|
Loading…
Reference in New Issue
Block a user