update power applet to use latest zbus

This commit is contained in:
Ashley Wulber 2023-01-10 14:03:38 -05:00
parent 4b5cc64e30
commit cbbd350fc6
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
2 changed files with 17 additions and 107 deletions

View file

@ -12,13 +12,5 @@ tokio = { version = "1.20.1", features=["full"] }
libcosmic = { git = "https://github.com/pop-os/libcosmic/", branch = "master", default-features = false, features = ["wayland", "applet"] }
sctk = { package = "smithay-client-toolkit", git = "https://github.com/Smithay/client-toolkit", rev = "3776d4a" }
nix = "0.26.1"
# Until the 3.6.3 release, need the implementation of clone on zbus::Error
[dependencies.zbus]
git = "https://gitlab.freedesktop.org/dbus/zbus"
branch = "main"
# Until zbus 3.6.3 is released
[dependencies.logind-zbus]
git = "https://github.com/pop-os/logind-zbus"
branch = "main"
zbus = "3.7"
logind-zbus = "3.1"