build: use patched version of stray

This commit is contained in:
Jake Stanger
2023-06-17 21:29:45 +01:00
parent de98cf3dae
commit 96323801d9
4 changed files with 22 additions and 148 deletions

View File

@@ -103,3 +103,6 @@ futures-util = { version = "0.3.21", optional = true }
# shared
regex = { version = "1.8.4", default-features = false, features = ["std"], optional = true } # music, sys_info
[patch.crates-io]
stray = { git = "https://github.com/jakestanger/stray", branch = "fix/connection-errors" }