File: relax-chrono-tz.diff

package info (click to toggle)
rust-coreutils 0.0.30-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,388 kB
  • sloc: sh: 1,088; python: 407; javascript: 72; makefile: 51
file content (13 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: coreutils/Cargo.toml
===================================================================
--- coreutils.orig/Cargo.toml
+++ coreutils/Cargo.toml
@@ -279,7 +279,7 @@ chrono = { version = "0.4", default-feat
   "alloc",
   "clock",
 ] }
-chrono-tz = "0.10.0"
+chrono-tz = ">= 0.8"
 clap = { version = "4", features = ["wrap_help", "cargo"] }
 clap_complete = "4"
 clap_mangen = "0.2"