From 1a54c50c6ff487a60a1cc35532bde393ecbb25fc Mon Sep 17 00:00:00 2001 From: rustdesk Date: Mon, 23 Aug 2021 13:04:21 +0800 Subject: [PATCH] fix cpal crash on alsa linu --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d5510bfba..682fa07ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ clap = "2.33" rpassword = "5.0" [target.'cfg(not(any(target_os = "android")))'.dependencies] -cpal = { git = "https://github.com/rustaudio/cpal" } +cpal = { git = "https://github.com/open-trade/cpal" } [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies] machine-uid = "0.2"