From e647be3e571888506bc8f6b7dabe590fb7876c43 Mon Sep 17 00:00:00 2001 From: Louis Pearson Date: Tue, 28 May 2019 12:28:50 -0600 Subject: [PATCH] Update cpal again Former-commit-id: b5810766a8f37095401f05d5fb787b9e478f0bd2 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9d6e0e9c7..427cf7c525 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,7 +24,7 @@ dependencies = [ [[package]] name = "alsa-sys" version = "0.1.1" -source = "git+https://github.com/desttinghim/cpal#552e078bd1946773bf777fedc189511a1bf3cdb2" +source = "git+https://github.com/desttinghim/cpal#b6dccc8768c67899db6b1ef9121ce926319cd07c" dependencies = [ "libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", @@ -464,7 +464,7 @@ dependencies = [ [[package]] name = "cpal" version = "0.8.2" -source = "git+https://github.com/desttinghim/cpal#552e078bd1946773bf777fedc189511a1bf3cdb2" +source = "git+https://github.com/desttinghim/cpal#b6dccc8768c67899db6b1ef9121ce926319cd07c" dependencies = [ "alsa-sys 0.1.1 (git+https://github.com/desttinghim/cpal)", "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",