diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-10-21 02:28:33 +0200 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-10-21 02:28:33 +0200 |
| commit | ff6103c2b72023a392d180159ba3fbff224696fa (patch) | |
| tree | fceae20a49e91dde0b58c592d71615092da49b1e /mumd | |
| parent | 34bf7304608e59bb1850277ab0db8657639c0efb (diff) | |
| parent | cb8f976830cae3dc8e61251ee69afea4c6ba422c (diff) | |
| download | mum-ff6103c2b72023a392d180159ba3fbff224696fa.tar.gz | |
Merge branch 'lock-cpal' into 'main'
Lock cpal to latest commit
See merge request gustav/mum!19
Diffstat (limited to 'mumd')
| -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" |
