Commit 1eb60b13 authored by Anthony Ramine's avatar Anthony Ramine
Browse files

Bug 1627636 - Clean up version constraints in audioipc manifest; r=kinetik

Differential Revision: https://phabricator.services.mozilla.com/D69805

--HG--
extra : moz-landing-system : lando
parent 00c078e5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@ description = "Remote Cubeb IPC"
edition = "2018"

[dependencies]
bincode = "1.0"
bincode = "1"
bytes = "0.4"
cubeb = "0.6.0"
cubeb = "0.6"
futures = "0.1.18"
log = "0.4"
memmap = "0.7"
serde = "1.*.*"
serde_derive = "1.*.*"
serde = "1"
serde_derive = "1"
tokio = "0.1"
tokio-io = "0.1"
audio_thread_priority = "0.22"