File: relax-deps.patch

package info (click to toggle)
rust-dlv-list 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 200 kB
  • sloc: makefile: 4
file content (10 lines) | stat: -rw-r--r-- 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
diff --git a/Cargo.toml b/Cargo.toml
index 8eac247..5627ea9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,4 +22,4 @@ categories = ["data-structures"]
 license = "MIT"
 repository = "https://github.com/sgodwincs/dlv-list-rs"
 [dependencies.rand]
-version = "0.7.3"
+rand = ">= 0.6, <= 0.7"