Skip to content

Commit

Permalink
Merge pull request #174 from glandium/audio_thread_priority
Browse files Browse the repository at this point in the history
Update audio_thread_priority to 0.31
  • Loading branch information
padenot authored Jan 18, 2024
2 parents 5917e77 + e5d1f98 commit 596bdb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion audioipc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ memmap2 = "0.9"
arrayvec = "0.7"

[target.'cfg(target_os = "linux")'.dependencies.audio_thread_priority]
version = "0.30"
version = "0.31"
default-features = false

[target.'cfg(windows)'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ edition = "2018"
audioipc = { package = "audioipc2", path = "../audioipc" }
cubeb-backend = "0.12"
log = "0.4"
audio_thread_priority = { version = "0.30", default-features = false }
audio_thread_priority = { version = "0.31", default-features = false }
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cubeb-core = "0.12.0"
once_cell = "1.2.0"
log = "0.4"
slab = "0.4"
audio_thread_priority = { version = "0.30", default-features = false }
audio_thread_priority = { version = "0.31", default-features = false }

[dependencies.error-chain]
version = "0.12.0"
Expand Down

0 comments on commit 596bdb7

Please sign in to comment.