mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-02 11:11:04 +02:00
build: use latest release version of stray
This commit is contained in:
parent
be0f4c6366
commit
e23e691bc6
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ cornfig = "0.3.0"
|
|||
lazy_static = "1.4.0"
|
||||
async_once = "0.2.6"
|
||||
regex = "1.6.0"
|
||||
stray = { version = "0.1.1" }
|
||||
stray = { version = "0.1.2" }
|
||||
dirs = "4.0.0"
|
||||
walkdir = "2.3.2"
|
||||
notify = "5.0.0"
|
||||
|
@ -41,5 +41,4 @@ wayland-protocols = { version = "0.29.5", features=["unstable_protocols", "clien
|
|||
smithay-client-toolkit = "0.16.0"
|
||||
|
||||
[patch.crates-io]
|
||||
stray = { git = "https://github.com/JakeStanger/stray.git", branch = "fix/tracing" }
|
||||
swayipc-async = { git = "https://github.com/JakeStanger/swayipc-rs.git", branch = "feat/derive-clone" }
|
Loading…
Add table
Add a link
Reference in a new issue