me
/
guix
Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues/pull-requests.
guix/gnu/packages/patches/rust-wl-clipboard-rs-newer-...

27 lines
623 B
Diff

diff --git a/Cargo.toml b/Cargo.toml
index 7b975e0..313cb63 100644
--- a/Cargo.toml
+++ b/Cargo.toml.new
@@ -75,17 +75,17 @@ version = "3"
version = "0.2"
[dependencies.wayland-client]
-version = "0.27"
+version = "0.28"
[dependencies.wayland-protocols]
-version = "0.27"
+version = "0.28"
features = ["client", "unstable_protocols"]
[dev-dependencies.wayland-protocols]
-version = "0.27"
+version = "0.28"
features = ["server", "unstable_protocols"]
[dev-dependencies.wayland-server]
-version = "0.27"
+version = "0.28"
[features]
dlopen = ["native_lib", "wayland-client/dlopen", "wayland-server/dlopen"]