aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-10-21 02:39:09 +0200
committerGustav Sörnäs <gustav@sornas.net>2020-10-21 02:39:09 +0200
commitce880616ee9a74c2cd2443009faca14e6e76a65a (patch)
tree7b2af867523efc32ac9c4a7d81c9936b169c5d18
parente7c38422a8634ad389d89def5146211a5f61d546 (diff)
downloadmum-ce880616ee9a74c2cd2443009faca14e6e76a65a.tar.gz
don't specify rev for cpal
-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"