From 6ed2277312e4a23bfd698e4c3fe0236df74083c5 Mon Sep 17 00:00:00 2001 From: Kagami Sascha Rosylight Date: Mon, 10 Aug 2026 21:58:07 +0200 Subject: [PATCH] Upgrade to audio_thread_priority to 0.37 --- audioipc/Cargo.toml | 2 +- client/Cargo.toml | 2 +- server/Cargo.toml | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/audioipc/Cargo.toml b/audioipc/Cargo.toml index 0f4f5e8..aa425ee 100644 --- a/audioipc/Cargo.toml +++ b/audioipc/Cargo.toml @@ -30,7 +30,7 @@ memmap2 = "0.9" arrayvec = "0.7" [target.'cfg(target_os = "linux")'.dependencies.audio_thread_priority] -version = "0.35" +version = "0.37" default-features = false [target.'cfg(windows)'.dependencies] diff --git a/client/Cargo.toml b/client/Cargo.toml index 4fb29f1..5e9a078 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -13,4 +13,4 @@ edition = "2018" audioipc = { package = "audioipc2", path = "../audioipc" } cubeb-backend = "0.34" log = "0.4" -audio_thread_priority = { version = "0.35", default-features = false } +audio_thread_priority = { version = "0.37", default-features = false } diff --git a/server/Cargo.toml b/server/Cargo.toml index 1a29b72..f66f5d7 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -15,5 +15,4 @@ cubeb-core = "0.34" once_cell = "1.2.0" log = "0.4" slab = "0.4" -audio_thread_priority = { version = "0.35", default-features = false } - +audio_thread_priority = { version = "0.37", default-features = false }