File: dep.patch

package info (click to toggle)
rust-gettext-rs 0.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 391 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: gettext-rs/Cargo.toml
===================================================================
--- gettext-rs.orig/Cargo.toml	2022-05-25 02:09:44.000000000 -0500
+++ gettext-rs/Cargo.toml	2022-05-25 03:29:41.737151019 -0500
@@ -29,7 +29,7 @@
 version = "0.21.0"
 
 [dependencies.locale_config]
-version = "0.3"
+version = ">= 0.2.2, < 0.4"
 [dev-dependencies.lazy_static]
 version = "1"