File: relax-deps.diff

package info (click to toggle)
fragments 3.0.1-11
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,068 kB
  • sloc: sh: 484; makefile: 22
file content (22 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Matthias Geiger <werdahias@debian.org>
Date: Thu, 8 Aug 2024 18:09:32 +0200
Subject: Patch Cargo.toml for building with Debian crates

Forwarded: not-needed
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 4341def..a2a44a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ smol = "2.0"
 strum = "0.26"
 strum_macros = "0.26"
 url = "2.5"
-uuid = { version = "1.8", features = ["v4"] }
+uuid = { version = "1.10", features = ["v4"] }
 
 gtk = { package = "gtk4", version = "0.8", features = ["gnome_45"] }
 adw = { package = "libadwaita", version = "0.6", features = ["v1_5"] }