diff --git a/Cargo.toml b/Cargo.toml index d83294b..7fabc42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ documentation = "http://docs.rs/rodio" [dependencies] claxon = "0.3.0" -cpal = "0.4.0" +cpal = "0.5.0" hound = "1.0.0" lazy_static = "0.1.12" lewton = "0.5" diff --git a/src/engine.rs b/src/engine.rs index ce71254..751a27b 100644 --- a/src/engine.rs +++ b/src/engine.rs @@ -146,7 +146,7 @@ fn new_voice(engine: &Arc, endpoint: &Endpoint) -> (Arc, endpoint: &Endpoint) -> (Arc