File: relax-deps.diff

package info (click to toggle)
rust-wayland-server-0.29 0.29.5-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 444 kB
  • sloc: xml: 2,530; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: wayland-server-0.29/Cargo.toml
===================================================================
--- wayland-server-0.29.orig/Cargo.toml
+++ wayland-server-0.29/Cargo.toml
@@ -52,7 +52,7 @@ features = [
 default-features = false
 
 [dependencies.parking_lot]
-version = "0.11"
+version = "0.12"
 optional = true
 
 [dependencies.scoped-tls]