File: relax-features.diff

package info (click to toggle)
rust-shadow-rs 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: makefile: 2
file content (40 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (2)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
diff --git a/Cargo.toml b/Cargo.toml
index 3f40b13..e3fe85b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,10 +42,6 @@ all-features = true
 [dependencies.const_format]
 version = "0.2.22"
 
-[dependencies.document-features]
-version = "0.2"
-optional = true
-
 [dependencies.git2]
 version = "0.15.0"
 optional = true
@@ -55,23 +51,17 @@ default-features = false
 version = "1.0.1"
 
 [dependencies.time]
-version = "0.3.11"
+version = "0.3.9"
 features = [
     "formatting",
     "local-offset",
     "parsing",
 ]
 
-[dependencies.tzdb]
-version = "0.5.0"
-optional = true
-default-features = false
-
 [dev-dependencies.regex]
 version = "1.7.0"
 
 [features]
 default = [
     "git2",
-    "tzdb",
 ]