1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-09 14:01:03 +02:00

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
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
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" }