aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index 8f83406..ffb463a 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -13,7 +13,7 @@ mumlib = { path = "../mumlib" }
argparse = "0.2"
bytes = "0.5"
-cpal = { git = "https://github.com/RustAudio/cpal", rev = "a77758968ffac7c284422dcab5459e3de1e900c7" }
+cpal = { git = "https://github.com/RustAudio/cpal" }
futures = "0.3"
futures-util = "0.3"
ipc-channel = "0.14"