From 286d63d6b375c1afa475db28a1a0324c705a2fc3 Mon Sep 17 00:00:00 2001 From: Alex Butler Date: Fri, 10 Jul 2020 20:08:12 +0100 Subject: [PATCH] Use cpal 0.12 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f11895..eeb52ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Unreleased -- Breaking: Update `cpal` to [...](https://github.com/RustAudio/cpal/blob/master/CHANGELOG.md#unreleased). +- Breaking: Update `cpal` to [0.12](https://github.com/RustAudio/cpal/blob/master/CHANGELOG.md#version-0120-2020-07-09). - Breaking: Rework API removing global "rodio audio processing" thread & adapting to the upstream cpal API changes. # Version 0.11.0 (2020-03-16) diff --git a/Cargo.toml b/Cargo.toml index f66ca0c..3be877b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ documentation = "http://docs.rs/rodio" edition = "2018" [dependencies] +cpal = "0.12" claxon = { version = "0.4.2", optional = true } -cpal = { git = "https://github.com/RustAudio/cpal" } hound = { version = "3.3.1", optional = true } lewton = { version = "0.10", optional = true } minimp3 = { version = "0.3.2", optional = true }