File: 02_relax_deps.diff

package info (click to toggle)
rust-nonempty-collections 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 328 kB
  • sloc: makefile: 2
file content (39 lines) | stat: -rw-r--r-- 763 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
28
29
30
31
32
33
34
35
36
37
38
39
Description: Relax dependencies
Forwarded: not-needed
Author: Antonin Delpeuch <antonin@delpeuch.eu>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,25 +40,25 @@ name = "nonempty_collections"
 path = "src/lib.rs"
 
 [dependencies.either]
-version = "1.0"
+version = "1"
 optional = true
 
 [dependencies.indexmap]
-version = "2.7"
+version = "2"
 optional = true
 
 [dependencies.itertools]
-version = "0.14"
+version = ">=0.13"
 features = ["use_alloc"]
 optional = true
 
 [dependencies.serde]
-version = "1.0"
+version = "1"
 features = ["serde_derive"]
 optional = true
 
 [dev-dependencies.maplit]
-version = "1.0"
+version = "1"
 
 [dev-dependencies.serde_json]
-version = "1.0"
+version = "1"