From 61367c92dfca4c278d2b77972e66460b180504d8 Mon Sep 17 00:00:00 2001 From: harudagondi Date: Sat, 27 Aug 2022 21:17:01 +0800 Subject: [PATCH] Update `cpal` to 0.14 (#435) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1e80175..91d503d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ exclude = ["assets/**", "tests/**"] edition = "2018" [dependencies] -cpal = "0.13" +cpal = "0.14" claxon = { version = "0.4.2", optional = true } hound = { version = "3.3.1", optional = true } lewton = { version = "0.10", optional = true }