1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 18:51:04 +02:00

build: use latest release version of stray

This commit is contained in:
Jake Stanger 2022-10-16 16:44:51 +01:00
parent be0f4c6366
commit e23e691bc6
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
2 changed files with 4 additions and 4 deletions

5
Cargo.lock generated
View file

@ -2088,8 +2088,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]] [[package]]
name = "stray" name = "stray"
version = "0.1.1" version = "0.1.2"
source = "git+https://github.com/JakeStanger/stray.git?branch=fix/tracing#719d921b769f85772caa181c4469e0fedd61df87" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e467969fcbf600ebb8d302aa6f2ee6cdf65d2a4c642844632bbdbcaf9c9e2b3e"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"byteorder", "byteorder",

View file

@ -29,7 +29,7 @@ cornfig = "0.3.0"
lazy_static = "1.4.0" lazy_static = "1.4.0"
async_once = "0.2.6" async_once = "0.2.6"
regex = "1.6.0" regex = "1.6.0"
stray = { version = "0.1.1" } stray = { version = "0.1.2" }
dirs = "4.0.0" dirs = "4.0.0"
walkdir = "2.3.2" walkdir = "2.3.2"
notify = "5.0.0" notify = "5.0.0"
@ -41,5 +41,4 @@ wayland-protocols = { version = "0.29.5", features=["unstable_protocols", "clien
smithay-client-toolkit = "0.16.0" smithay-client-toolkit = "0.16.0"
[patch.crates-io] [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" } swayipc-async = { git = "https://github.com/JakeStanger/swayipc-rs.git", branch = "feat/derive-clone" }