diff options
| author | Kapten Z∅∅m <55669224+default-username-852@users.noreply.github.com> | 2021-02-13 22:07:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-13 22:07:19 +0100 |
| commit | f31577b69d2fa9c8fa32151083447f8e31936d95 (patch) | |
| tree | 5a9c32c89fed4da1b8284bc70ae28b9beccab39c /mumd/Cargo.toml | |
| parent | 89ce7ee42e4d57afaf6b21be46de0bcb98105dcb (diff) | |
| parent | 50e01f0c782ba0f52c832cabff0df966d9dcc803 (diff) | |
| download | mum-f31577b69d2fa9c8fa32151083447f8e31936d95.tar.gz | |
Merge pull request #64 from mum-rs/futures-cleanup
Dependency cleanup
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index 4f0bc19..57fefed 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -25,8 +25,8 @@ dasp_signal = "0.11" dasp_frame = "0.11" dasp_sample = "0.11" dasp_ring_buffer = "0.11" -futures = "0.3" -futures-util = "0.3" +futures-util = { version = "0.3", features = ["sink"]} +futures-channel = "0.3" hound = "3.4" ipc-channel = "0.14" log = "0.4" |
