diff options
| -rw-r--r-- | mumd/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index ffb463a..8f83406 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" } +cpal = { git = "https://github.com/RustAudio/cpal", rev = "a77758968ffac7c284422dcab5459e3de1e900c7" } futures = "0.3" futures-util = "0.3" ipc-channel = "0.14" |
