Skip to content

Commit

Permalink
Upgrade wayland libs
Browse files Browse the repository at this point in the history
  • Loading branch information
2e3s committed Nov 7, 2024
1 parent 7ac7c9d commit 21acaea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions watchers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ tempfile = "3.13.0"

[dependencies]
aw-client-rust = { git = "https://github.com/ActivityWatch/aw-server-rust", rev = "bb787fd" }
wayland-client = "0.31.1"
wayland-protocols = { version = "0.31.2", features = ["staging", "client" ]}
wayland-protocols-plasma = { version = "0.2.0", features = ["client"] }
wayland-protocols-wlr = { version = "0.2.0", features = ["client"] }
wayland-client = "0.31.6"
wayland-protocols = { version = "0.32.4", features = ["staging", "client" ]}
wayland-protocols-plasma = { version = "0.3.4", features = ["client"] }
wayland-protocols-wlr = { version = "0.3.4", features = ["client"] }
x11rb = { version = "0.13.1", features = ["screensaver"] }
zbus = {version = "5.0.0", optional = true}
chrono = "0.4.38"
Expand Down

0 comments on commit 21acaea

Please sign in to comment.