aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mumd/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index 777a6ce..7f014bd 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -20,7 +20,7 @@ mumlib = { version = "0.3", path = "../mumlib" }
argparse = "0.2"
bytes = "0.5"
-cpal = { git = "https://github.com/RustAudio/cpal" }
+cpal = "0.13"
dasp_interpolate = { version = "0.11", features = ["linear"] }
dasp_signal = "0.11"
futures = "0.3"