~ruther/guix-local

ref: 57f6e13168b862c9e227e20b3983117a6a932a94 guix-local/gnu/packages/patches/rust-wl-clipboard-rs-newer-wl.patch -rw-r--r-- 623 bytes
57f6e131 — Tomas Volf gnu: nghttp3: Update to 1.8.0. 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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"]