Skip to content

Commit

Permalink
Temporarily switch to a fork of zbus
Browse files Browse the repository at this point in the history
Fixes #1914
  • Loading branch information
MaxVerevkin committed Jun 15, 2023
1 parent e1fe71e commit e02ea1e
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 18 deletions.
85 changes: 68 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ toml = "0.7"
unicode-segmentation = "1.10.1"
wayrs-client = { version = "0.10", features = ["tokio"] }
wayrs-protocols = { version = "0.10", features = ["wlr-foreign-toplevel-management-unstable-v1"] }
zbus = { version = "3.8", default-features = false, features = ["tokio"] }
zbus = { version = "3.13", default-features = false, features = ["tokio"] }

[dependencies.tokio]
version = "1.12"
Expand All @@ -83,6 +83,11 @@ features = [
"time",
]

# Fixes #1914
# TODO: remove once https://github.com/dbus2/zbus/issues/382 is resolved and a fix is released
[patch.crates-io]
zbus = { git = "https://github.com/MaxVerevkin/zbus", branch = "fix-arg0namespace" }

[profile.release]
lto = "thin"

Expand Down

0 comments on commit e02ea1e

Please sign in to comment.