File: relax-gettext-sys.diff

package info (click to toggle)
loupe 49.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,124 kB
  • sloc: python: 110; makefile: 36
file content (27 lines) | stat: -rw-r--r-- 1,066 bytes parent folder | download
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
27
Description: Relax gettext-sys
Author: Matthias Geiger <werdahias@debian.org>
Forwarded: not-needed
Last-Update: 2025-09-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@
 cairo-rs = { version = "0.21.0", features = ["pdf"] }
 chrono = { version = "0.4.38", default-features = false, features = ["std"] }
 gettext-rs = { version = "0.7.0", features = ["gettext-system"] }
-gettext-sys = { version = "0.22.5", features = ["gettext-system"] }
+gettext-sys = { version = "0.21", features = ["gettext-system"] }
 gio = { version = "0.21.0", features = ["v2_74"] }
 glycin = { version = "3.0.4", features = ["gdk4", "unstable-config"] }
 gtk = { package = "gtk4", version = "0.10.0", features = [
@@ -39,7 +39,7 @@
 libc = "0.2.158"
 libgweather = "4.4.0"
 log = "0.4.17"
-strum = { version = "0.27.1", features = ["derive"] }
+strum = { version = "0.26", features = ["derive"] }
 thiserror = "2.0.3"
 tracing-subscriber = { version = "0.3.18", features = ["fmt", "env-filter"] }
 url = "2.3.1"