File: relax-chrono.diff

package info (click to toggle)
rust-eza 0.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,440 kB
  • sloc: makefile: 14
file content (22 lines) | stat: -rw-r--r-- 484 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
Index: eza/Cargo.toml
===================================================================
--- eza.orig/Cargo.toml
+++ eza/Cargo.toml
@@ -121,7 +121,7 @@ version = "0.1.0"
 version = "0.3"
 
 [dependencies.chrono]
-version = "0.4.40"
+version = "0.4"
 features = ["clock"]
 default-features = false
 
@@ -208,7 +208,7 @@ features = ["html_reports"]
 version = "0.14"
 
 [build-dependencies.chrono]
-version = "0.4.40"
+version = "0.4"
 features = ["clock"]
 default-features = false